#599065

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

Shades of Laurel #599065

Tints of Laurel #599065

Color information

#599065 (or 0x599065) is unknown color: approx Laurel. HEX triplet: 59, 90 and 65. RGB value is (89,144,101). Sum of RGB (Red+Green+Blue) = 89+144+101=334 (44% of max value = 765). Red value is 89 (35.16% from 255 or 26.65% from 334); Green value is 144 (56.64% from 255 or 43.11% from 334); Blue value is 101 (39.84% from 255 or 30.24% from 334); Max value from RGB is 144 - color contains mainly: green. Hex color #599065 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #599065 is #A66F9A. Grayscale: #7A7A7A. Windows color (decimal): -10907547 or 6656089. OLE color: 6656089.

HSL color Cylindrical-coordinate representation of color #599065: hue angle of 133.09º degrees, saturation: 0.24, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #599065 is Cyan = 0.38, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.44.

Color convert

RGB89144101-
CMYK0.3800.300.44
HSL133.09º23.61%45.69%-
HSV(B)133.09º38.19%56.47%-
XYZ16.4423.0115.89-
YUV122.65115.78104-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 26.65%
GREEN value IS 144 (56.64% from 255) = 43.11%
BLUE value IS 101 (39.84% from 255) = 30.24%
R=26.65%
G=43.11%
B=30.24%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal891441010.3800.300.44133.0923.6145.69
Hex5990652601E2C85182e
Octal13122014546036542053056
Binary10110011001000011001011001100111101011001000010111000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #599065

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #599065; }

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

 H1.HeaderClassName
 {
   color: #599065;
 }
 .AnyTagClassName
 {
   color: #599065;
 }
</style>
background-color css

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

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

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

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

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

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