Html Css Color HEX #599565 Laurel

📋 copy color: '#599565'

red 89 ◦ green 149 ◦ blue 101

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

Shades of Laurel #599565

Tints of Laurel #599565

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 29.79%

R = 26.25%
G = 43.95%
B = 29.79%

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

#599565 (or 0x599565) is known color: Laurel. HEX triplet: 59, 95 and 65. RGB value is (89,149,101). Sum of RGB (Red+Green+Blue) = 89+149+101=339 (44% of max value = 765). Red value is 89 (35.16% from 255 or 26.25% from 339); Green value is 149 (58.59% from 255 or 43.95% from 339); Blue value is 101 (39.84% from 255 or 29.79% from 339); Max value from RGB is 149 - color contains mainly: green. Hex color #599565 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #599565 is #A66A9A. Grayscale: #7D7D7D. Windows color (decimal): -10906267 or 6657369. OLE color: 6657369.

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

Color convert

RGB 89 149 101 -
CMYK 0.40 0 0.32 0.42
HSL 132º 0.25% 0.47% -
HSV(B) 132º 0.4% 0.58% -
XYZ 17.22 24.56 16.14 -
YUV 125.59 114.12 101.9 -
System Red Green Blue C M Y K H S L
Decimal 89 149 101 0.40 0 0.32 0.42 132 0.25 0.47
Hex 59 95 65 28 0 20 2A 84 19 2F
Octal 131 225 145 50 0 40 52 204 31 57
Binary 1011001 10010101 1100101 101000 0 100000 101010 10000100 11001 101111

Color Harmonies of #599565

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #599565

Black with #599565

Text Example


Text Example

White with #599565

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #599565; }

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

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

background-color css

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

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

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

border-color css

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

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

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