Html Css Color HEX #599165 Laurel

📋 copy color: '#599165'

red 89 ◦ green 145 ◦ blue 101

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

Shades of Laurel #599165

Tints of Laurel #599165

RGB

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

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

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

R = 26.57%
G = 43.28%
B = 30.15%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.30

 K value IS 0.43

RGB Variations

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

Color information

#599165 (or 0x599165) is known color: Laurel. HEX triplet: 59, 91 and 65. RGB value is (89,145,101). Sum of RGB (Red+Green+Blue) = 89+145+101=335 (44% of max value = 765). Red value is 89 (35.16% from 255 or 26.57% from 335); Green value is 145 (57.03% from 255 or 43.28% from 335); Blue value is 101 (39.84% from 255 or 30.15% from 335); Max value from RGB is 145 - color contains mainly: green. Hex color #599165 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #599165 is #A66E9A. Grayscale: #7B7B7B. Windows color (decimal): -10907291 or 6656345. OLE color: 6656345.

HSL color Cylindrical-coordinate representation of color #599165: hue angle of 132.86º 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 #599165 is Cyan = 0.39, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.43.

Color convert

RGB 89 145 101 -
CMYK 0.39 0 0.30 0.43
HSL 132.86º 0.24% 0.46% -
HSV(B) 132.86º 0.39% 0.57% -
XYZ 16.59 23.31 15.94 -
YUV 123.24 115.45 103.58 -
System Red Green Blue C M Y K H S L
Decimal 89 145 101 0.39 0 0.30 0.43 132.86 0.24 0.46
Hex 59 91 65 27 0 1E 2B 85 18 2E
Octal 131 221 145 47 0 36 53 205 30 56
Binary 1011001 10010001 1100101 100111 0 11110 101011 10000101 11000 101110

Color Harmonies of #599165

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #599165

Black with #599165

Text Example


Text Example

White with #599165

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #599165; }

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

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

background-color css

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

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

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

border-color css

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

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

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