Html Css Color HEX #5D8466 Laurel

📋 copy color: '#5D8466'

red 93 ◦ green 132 ◦ blue 102

#5D8466
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Laurel #5D8466

Tints of Laurel #5D8466

RGB

 RED value IS 93 (36.72% from 255) = 28.44%

 GREEN value IS 132 (51.95% from 255) = 40.37%

 BLUE value IS 102 (40.23% from 255) = 31.19%

R = 28.44%
G = 40.37%
B = 31.19%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.23

 K value IS 0.48

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#5D8466 (or 0x5D8466) is known color: Laurel. HEX triplet: 5D, 84 and 66. RGB value is (93,132,102). Sum of RGB (Red+Green+Blue) = 93+132+102=327 (43% of max value = 765). Red value is 93 (36.72% from 255 or 28.44% from 327); Green value is 132 (51.95% from 255 or 40.37% from 327); Blue value is 102 (40.23% from 255 or 31.19% from 327); Max value from RGB is 132 - color contains mainly: green. Hex color #5D8466 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5D8466 is #A27B99. Grayscale: #757575. Windows color (decimal): -10648474 or 6718557. OLE color: 6718557.

HSL color Cylindrical-coordinate representation of color #5D8466: hue angle of 133.85º degrees, saturation: 0.17, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #5D8466 is Cyan = 0.30, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.48.

Color convert

RGB 93 132 102 -
CMYK 0.30 0 0.23 0.48
HSL 133.85º 0.17% 0.44% -
HSV(B) 133.85º 0.3% 0.52% -
XYZ 15.16 19.79 15.59 -
YUV 116.92 119.58 110.94 -
System Red Green Blue C M Y K H S L
Decimal 93 132 102 0.30 0 0.23 0.48 133.85 0.17 0.44
Hex 5D 84 66 1E 0 17 30 86 11 2C
Octal 135 204 146 36 0 27 60 206 21 54
Binary 1011101 10000100 1100110 11110 0 10111 110000 10000110 10001 101100

Color Harmonies of #5D8466

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D8466

Black with #5D8466

Text Example


Text Example

White with #5D8466

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5D8466; }

 p { color: rgb(93,132,102); }

 H1.HeaderClassName
 {
   color: #5D8466;
 }
 .AnyTagClassName
 {
   color: #5D8466;
 }
</style>

background-color css

<style>
 a { background-color: #5D8466; }

 a { background-color: rgb(93,132,102); }

 div.DivClassName
 {
   background-color: #5D8466;
 }
 .BgClassName
 {
   background-color: #5D8466;
 }
</style>

border-color css

<style>
 span { border-color: #5D8466; }

 span { border-color: rgb(93,132,102); }

 td.TdClassName
 {
   border-color: #5D8466;
 }
 .TagClassName
 {
   border-color: #5D8466;
 }
</style>