Html Css Color HEX #599062 Laurel

📋 copy color: '#599062'

red 89 ◦ green 144 ◦ blue 98

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

Shades of Laurel #599062

Tints of Laurel #599062

RGB

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

 GREEN value IS 144 (56.64% from 255) = 43.5%

 BLUE value IS 98 (38.67% from 255) = 29.61%

R = 26.89%
G = 43.5%
B = 29.61%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.32

 K value IS 0.44

RGB Variations

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

Color information

#599062 (or 0x599062) is known color: Laurel. HEX triplet: 59, 90 and 62. RGB value is (89,144,98). Sum of RGB (Red+Green+Blue) = 89+144+98=331 (43% of max value = 765). Red value is 89 (35.16% from 255 or 26.89% from 331); Green value is 144 (56.64% from 255 or 43.50% from 331); Blue value is 98 (38.67% from 255 or 29.61% from 331); Max value from RGB is 144 - color contains mainly: green. Hex color #599062 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #599062 is #A66F9D. Grayscale: #7A7A7A. Windows color (decimal): -10907550 or 6459481. OLE color: 6459481.

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

Color convert

RGB 89 144 98 -
CMYK 0.38 0 0.32 0.44
HSL 129.82º 0.24% 0.46% -
HSV(B) 129.82º 0.38% 0.56% -
XYZ 16.3 22.95 15.13 -
YUV 122.31 114.28 104.24 -
System Red Green Blue C M Y K H S L
Decimal 89 144 98 0.38 0 0.32 0.44 129.82 0.24 0.46
Hex 59 90 62 26 0 20 2C 82 18 2E
Octal 131 220 142 46 0 40 54 202 30 56
Binary 1011001 10010000 1100010 100110 0 100000 101100 10000010 11000 101110

Color Harmonies of #599062

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #599062

Black with #599062

Text Example


Text Example

White with #599062

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #599062; }

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

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

background-color css

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

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

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

border-color css

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

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

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