Html Css Color HEX #599566 Laurel

📋 copy color: '#599566'

red 89 ◦ green 149 ◦ blue 102

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

Shades of Laurel #599566

Tints of Laurel #599566

RGB

 RED value IS 89 (35.16% from 255) = 26.18%

 GREEN value IS 149 (58.59% from 255) = 43.82%

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

R = 26.18%
G = 43.82%
B = 30%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.32

 K value IS 0.42

RGB Variations

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

Color information

#599566 (or 0x599566) is known color: Laurel. HEX triplet: 59, 95 and 66. RGB value is (89,149,102). Sum of RGB (Red+Green+Blue) = 89+149+102=340 (45% of max value = 765). Red value is 89 (35.16% from 255 or 26.18% from 340); Green value is 149 (58.59% from 255 or 43.82% from 340); Blue value is 102 (40.23% from 255 or 30% from 340); Max value from RGB is 149 - color contains mainly: green. Hex color #599566 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #599566 is #A66A99. Grayscale: #7D7D7D. Windows color (decimal): -10906266 or 6722905. OLE color: 6722905.

HSL color Cylindrical-coordinate representation of color #599566: hue angle of 133º degrees, saturation: 0.25, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #599566 is Cyan = 0.40, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.42.

Color convert

RGB 89 149 102 -
CMYK 0.40 0 0.32 0.42
HSL 133º 0.25% 0.47% -
HSV(B) 133º 0.4% 0.58% -
XYZ 17.27 24.58 16.4 -
YUV 125.7 114.62 101.82 -
System Red Green Blue C M Y K H S L
Decimal 89 149 102 0.40 0 0.32 0.42 133 0.25 0.47
Hex 59 95 66 28 0 20 2A 85 19 2F
Octal 131 225 146 50 0 40 52 205 31 57
Binary 1011001 10010101 1100110 101000 0 100000 101010 10000101 11001 101111

Color Harmonies of #599566

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #599566

Black with #599566

Text Example


Text Example

White with #599566

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #599566; }

 p { color: rgb(89,149,102); }

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

background-color css

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

 a { background-color: rgb(89,149,102); }

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

border-color css

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

 span { border-color: rgb(89,149,102); }

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