Html Css Color HEX #599364 Laurel

📋 copy color: '#599364'

red 89 ◦ green 147 ◦ blue 100

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

Shades of Laurel #599364

Tints of Laurel #599364

RGB

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

 GREEN value IS 147 (57.81% from 255) = 43.75%

 BLUE value IS 100 (39.45% from 255) = 29.76%

R = 26.49%
G = 43.75%
B = 29.76%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.32

 K value IS 0.42

RGB Variations

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

Color information

#599364 (or 0x599364) is known color: Laurel. HEX triplet: 59, 93 and 64. RGB value is (89,147,100). Sum of RGB (Red+Green+Blue) = 89+147+100=336 (44% of max value = 765). Red value is 89 (35.16% from 255 or 26.49% from 336); Green value is 147 (57.81% from 255 or 43.75% from 336); Blue value is 100 (39.45% from 255 or 29.76% from 336); Max value from RGB is 147 - color contains mainly: green. Hex color #599364 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #599364 is #A66C9B. Grayscale: #7C7C7C. Windows color (decimal): -10906780 or 6591321. OLE color: 6591321.

HSL color Cylindrical-coordinate representation of color #599364: hue angle of 131.38º degrees, saturation: 0.25, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #599364 is Cyan = 0.39, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.42.

Color convert

RGB 89 147 100 -
CMYK 0.39 0 0.32 0.42
HSL 131.38º 0.25% 0.46% -
HSV(B) 131.38º 0.39% 0.58% -
XYZ 16.85 23.91 15.78 -
YUV 124.3 114.28 102.82 -
System Red Green Blue C M Y K H S L
Decimal 89 147 100 0.39 0 0.32 0.42 131.38 0.25 0.46
Hex 59 93 64 27 0 20 2A 83 19 2E
Octal 131 223 144 47 0 40 52 203 31 56
Binary 1011001 10010011 1100100 100111 0 100000 101010 10000011 11001 101110

Color Harmonies of #599364

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #599364

Black with #599364

Text Example


Text Example

White with #599364

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #599364; }

 p { color: rgb(89,147,100); }

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

background-color css

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

 a { background-color: rgb(89,147,100); }

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

border-color css

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

 span { border-color: rgb(89,147,100); }

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