#599165

Color #599165 Laurel (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Laurel #599165

Tints of Laurel #599165

Color information

#599165 (or 0x599165) is unknown color: approx 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

RGB89145101-
CMYK0.3900.300.43
HSL132.86º23.93%45.88%-
HSV(B)132.86º38.62%56.86%-
XYZ16.5923.3115.94-
YUV123.24115.45103.58-

RGB Variations

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

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 (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal891451010.3900.300.43132.8623.9345.88
Hex5991652701E2B85182e
Octal13122114547036532053056
Binary10110011001000111001011001110111101010111000010111000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #599165

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>