Html Css Color HEX #599466 Laurel

📋 copy color: '#599466'

red 89 ◦ green 148 ◦ blue 102

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

Shades of Laurel #599466

Tints of Laurel #599466

RGB

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

 GREEN value IS 148 (58.2% from 255) = 43.66%

 BLUE value IS 102 (40.23% from 255) = 30.09%

R = 26.25%
G = 43.66%
B = 30.09%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.31

 K value IS 0.42

RGB Variations

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

Color information

#599466 (or 0x599466) is known color: Laurel. HEX triplet: 59, 94 and 66. RGB value is (89,148,102). Sum of RGB (Red+Green+Blue) = 89+148+102=339 (44% of max value = 765). Red value is 89 (35.16% from 255 or 26.25% from 339); Green value is 148 (58.20% from 255 or 43.66% from 339); Blue value is 102 (40.23% from 255 or 30.09% from 339); Max value from RGB is 148 - color contains mainly: green. Hex color #599466 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #599466 is #A66B99. Grayscale: #7D7D7D. Windows color (decimal): -10906522 or 6722649. OLE color: 6722649.

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

Color convert

RGB 89 148 102 -
CMYK 0.40 0 0.31 0.42
HSL 133.22º 0.25% 0.46% -
HSV(B) 133.22º 0.4% 0.58% -
XYZ 17.11 24.26 16.35 -
YUV 125.12 114.95 102.24 -
System Red Green Blue C M Y K H S L
Decimal 89 148 102 0.40 0 0.31 0.42 133.22 0.25 0.46
Hex 59 94 66 28 0 1F 2A 85 19 2E
Octal 131 224 146 50 0 37 52 205 31 56
Binary 1011001 10010100 1100110 101000 0 11111 101010 10000101 11001 101110

Color Harmonies of #599466

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #599466

Black with #599466

Text Example


Text Example

White with #599466

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #599466; }

 p { color: rgb(89,148,102); }

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

background-color css

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

 a { background-color: rgb(89,148,102); }

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

border-color css

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

 span { border-color: rgb(89,148,102); }

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