Html Css Color HEX #599164 Laurel

📋 copy color: '#599164'

red 89 ◦ green 145 ◦ blue 100

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

Shades of Laurel #599164

Tints of Laurel #599164

RGB

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

 GREEN value IS 145 (57.03% from 255) = 43.41%

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

R = 26.65%
G = 43.41%
B = 29.94%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.31

 K value IS 0.43

RGB Variations

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

Color information

#599164 (or 0x599164) is known color: Laurel. HEX triplet: 59, 91 and 64. RGB value is (89,145,100). Sum of RGB (Red+Green+Blue) = 89+145+100=334 (44% of max value = 765). Red value is 89 (35.16% from 255 or 26.65% from 334); Green value is 145 (57.03% from 255 or 43.41% from 334); Blue value is 100 (39.45% from 255 or 29.94% from 334); Max value from RGB is 145 - color contains mainly: green. Hex color #599164 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #599164 is #A66E9B. Grayscale: #7B7B7B. Windows color (decimal): -10907292 or 6590809. OLE color: 6590809.

HSL color Cylindrical-coordinate representation of color #599164: hue angle of 131.79º degrees, saturation: 0.24, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #599164 is Cyan = 0.39, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.43.

Color convert

RGB 89 145 100 -
CMYK 0.39 0 0.31 0.43
HSL 131.79º 0.24% 0.46% -
HSV(B) 131.79º 0.39% 0.57% -
XYZ 16.55 23.29 15.68 -
YUV 123.13 114.95 103.66 -
System Red Green Blue C M Y K H S L
Decimal 89 145 100 0.39 0 0.31 0.43 131.79 0.24 0.46
Hex 59 91 64 27 0 1F 2B 84 18 2E
Octal 131 221 144 47 0 37 53 204 30 56
Binary 1011001 10010001 1100100 100111 0 11111 101011 10000100 11000 101110

Color Harmonies of #599164

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #599164

Black with #599164

Text Example


Text Example

White with #599164

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #599164; }

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

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

background-color css

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

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

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

border-color css

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

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

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