Html Css Color HEX #599564 Laurel

📋 copy color: '#599564'

red 89 ◦ green 149 ◦ blue 100

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

Shades of Laurel #599564

Tints of Laurel #599564

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 29.59%

R = 26.33%
G = 44.08%
B = 29.59%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.33

 K value IS 0.42

RGB Variations

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

Color information

#599564 (or 0x599564) is known color: Laurel. HEX triplet: 59, 95 and 64. RGB value is (89,149,100). Sum of RGB (Red+Green+Blue) = 89+149+100=338 (44% of max value = 765). Red value is 89 (35.16% from 255 or 26.33% from 338); Green value is 149 (58.59% from 255 or 44.08% from 338); Blue value is 100 (39.45% from 255 or 29.59% from 338); Max value from RGB is 149 - color contains mainly: green. Hex color #599564 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #599564 is #A66A9B. Grayscale: #7D7D7D. Windows color (decimal): -10906268 or 6591833. OLE color: 6591833.

HSL color Cylindrical-coordinate representation of color #599564: hue angle of 131º 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 #599564 is Cyan = 0.40, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.42.

Color convert

RGB 89 149 100 -
CMYK 0.40 0 0.33 0.42
HSL 131º 0.25% 0.47% -
HSV(B) 131º 0.4% 0.58% -
XYZ 17.17 24.54 15.89 -
YUV 125.47 113.62 101.98 -
System Red Green Blue C M Y K H S L
Decimal 89 149 100 0.40 0 0.33 0.42 131 0.25 0.47
Hex 59 95 64 28 0 21 2A 83 19 2F
Octal 131 225 144 50 0 41 52 203 31 57
Binary 1011001 10010101 1100100 101000 0 100001 101010 10000011 11001 101111

Color Harmonies of #599564

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #599564

Black with #599564

Text Example


Text Example

White with #599564

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #599564; }

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

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

background-color css

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

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

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

border-color css

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

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

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