Html Css Color HEX #589478 Patina

📋 copy color: '#589478'

red 88 ◦ green 148 ◦ blue 120

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

Shades of Patina #589478

Tints of Patina #589478

RGB

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

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

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

R = 24.72%
G = 41.57%
B = 33.71%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.19

 K value IS 0.42

RGB Variations

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

Color information

#589478 (or 0x589478) is known color: Patina. HEX triplet: 58, 94 and 78. RGB value is (88,148,120). Sum of RGB (Red+Green+Blue) = 88+148+120=356 (47% of max value = 765). Red value is 88 (34.77% from 255 or 24.72% from 356); Green value is 148 (58.20% from 255 or 41.57% from 356); Blue value is 120 (47.27% from 255 or 33.71% from 356); Max value from RGB is 148 - color contains mainly: green. Hex color #589478 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #589478 is #A76B87. Grayscale: #7E7E7E. Windows color (decimal): -10972040 or 7902296. OLE color: 7902296.

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

Color convert

RGB 88 148 120 -
CMYK 0.41 0 0.19 0.42
HSL 152º 0.25% 0.46% -
HSV(B) 152º 0.41% 0.58% -
XYZ 18 24.61 21.57 -
YUV 126.87 124.12 100.28 -
System Red Green Blue C M Y K H S L
Decimal 88 148 120 0.41 0 0.19 0.42 152 0.25 0.46
Hex 58 94 78 29 0 13 2A 98 19 2E
Octal 130 224 170 51 0 23 52 230 31 56
Binary 1011000 10010100 1111000 101001 0 10011 101010 10011000 11001 101110

Color Harmonies of #589478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #589478

Black with #589478

Text Example


Text Example

White with #589478

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #589478; }

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

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

background-color css

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

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

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

border-color css

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

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

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