Html Css Color HEX #589278 Patina

📋 copy color: '#589278'

red 88 ◦ green 146 ◦ blue 120

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

Shades of Patina #589278

Tints of Patina #589278

RGB

 RED value IS 88 (34.77% from 255) = 24.86%

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

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

R = 24.86%
G = 41.24%
B = 33.9%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.18

 K value IS 0.43

RGB Variations

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

Color information

#589278 (or 0x589278) is known color: Patina. HEX triplet: 58, 92 and 78. RGB value is (88,146,120). Sum of RGB (Red+Green+Blue) = 88+146+120=354 (46% of max value = 765). Red value is 88 (34.77% from 255 or 24.86% from 354); Green value is 146 (57.42% from 255 or 41.24% from 354); Blue value is 120 (47.27% from 255 or 33.90% from 354); Max value from RGB is 146 - color contains mainly: green. Hex color #589278 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #589278 is #A76D87. Grayscale: #7D7D7D. Windows color (decimal): -10972552 or 7901784. OLE color: 7901784.

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

Color convert

RGB 88 146 120 -
CMYK 0.40 0 0.18 0.43
HSL 153.1º 0.25% 0.46% -
HSV(B) 153.1º 0.4% 0.57% -
XYZ 17.69 23.99 21.47 -
YUV 125.69 124.78 101.11 -
System Red Green Blue C M Y K H S L
Decimal 88 146 120 0.40 0 0.18 0.43 153.1 0.25 0.46
Hex 58 92 78 28 0 12 2B 99 19 2E
Octal 130 222 170 50 0 22 53 231 31 56
Binary 1011000 10010010 1111000 101000 0 10010 101011 10011001 11001 101110

Color Harmonies of #589278

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #589278

Black with #589278

Text Example


Text Example

White with #589278

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #589278; }

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

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

background-color css

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

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

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

border-color css

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

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

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