Html Css Color HEX #599465 Laurel

📋 copy color: '#599465'

red 89 ◦ green 148 ◦ blue 101

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

Shades of Laurel #599465

Tints of Laurel #599465

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 29.88%

R = 26.33%
G = 43.79%
B = 29.88%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.32

 K value IS 0.42

RGB Variations

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

Color information

#599465 (or 0x599465) is known color: Laurel. HEX triplet: 59, 94 and 65. RGB value is (89,148,101). Sum of RGB (Red+Green+Blue) = 89+148+101=338 (44% of max value = 765). Red value is 89 (35.16% from 255 or 26.33% from 338); Green value is 148 (58.20% from 255 or 43.79% from 338); Blue value is 101 (39.84% from 255 or 29.88% from 338); Max value from RGB is 148 - color contains mainly: green. Hex color #599465 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #599465 is #A66B9A. Grayscale: #7D7D7D. Windows color (decimal): -10906523 or 6657113. OLE color: 6657113.

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

Color convert

RGB 89 148 101 -
CMYK 0.40 0 0.32 0.42
HSL 132.2º 0.25% 0.46% -
HSV(B) 132.2º 0.4% 0.58% -
XYZ 17.06 24.24 16.09 -
YUV 125 114.45 102.32 -
System Red Green Blue C M Y K H S L
Decimal 89 148 101 0.40 0 0.32 0.42 132.2 0.25 0.46
Hex 59 94 65 28 0 20 2A 84 19 2E
Octal 131 224 145 50 0 40 52 204 31 56
Binary 1011001 10010100 1100101 101000 0 100000 101010 10000100 11001 101110

Color Harmonies of #599465

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #599465

Black with #599465

Text Example


Text Example

White with #599465

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #599465; }

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

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

background-color css

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

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

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

border-color css

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

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

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