Html Css Color HEX #599278 Patina

📋 copy color: '#599278'

red 89 ◦ green 146 ◦ blue 120

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

Shades of Patina #599278

Tints of Patina #599278

RGB

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

 GREEN value IS 146 (57.42% from 255) = 41.13%

 BLUE value IS 120 (47.27% from 255) = 33.8%

R = 25.07%
G = 41.13%
B = 33.8%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.18

 K value IS 0.43

RGB Variations

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

Color information

#599278 (or 0x599278) is known color: Patina. HEX triplet: 59, 92 and 78. RGB value is (89,146,120). Sum of RGB (Red+Green+Blue) = 89+146+120=355 (47% of max value = 765). Red value is 89 (35.16% from 255 or 25.07% from 355); Green value is 146 (57.42% from 255 or 41.13% from 355); Blue value is 120 (47.27% from 255 or 33.80% from 355); Max value from RGB is 146 - color contains mainly: green. Hex color #599278 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #599278 is #A66D87. Grayscale: #7E7E7E. Windows color (decimal): -10907016 or 7901785. OLE color: 7901785.

HSL color Cylindrical-coordinate representation of color #599278: hue angle of 152.63º degrees, saturation: 0.24, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #599278 is Cyan = 0.39, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.43.

Color convert

RGB 89 146 120 -
CMYK 0.39 0 0.18 0.43
HSL 152.63º 0.24% 0.46% -
HSV(B) 152.63º 0.39% 0.57% -
XYZ 17.79 24.04 21.47 -
YUV 125.99 124.62 101.61 -
System Red Green Blue C M Y K H S L
Decimal 89 146 120 0.39 0 0.18 0.43 152.63 0.24 0.46
Hex 59 92 78 27 0 12 2B 99 18 2E
Octal 131 222 170 47 0 22 53 231 30 56
Binary 1011001 10010010 1111000 100111 0 10010 101011 10011001 11000 101110

Color Harmonies of #599278

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #599278

Black with #599278

Text Example


Text Example

White with #599278

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #599278; }

 p { color: rgb(89,146,120); }

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

background-color css

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

 a { background-color: rgb(89,146,120); }

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

border-color css

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

 span { border-color: rgb(89,146,120); }

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