Html Css Color HEX #579478 Patina

📋 copy color: '#579478'

red 87 ◦ green 148 ◦ blue 120

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

Shades of Patina #579478

Tints of Patina #579478

RGB

 RED value IS 87 (34.38% from 255) = 24.51%

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

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

R = 24.51%
G = 41.69%
B = 33.8%

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

#579478 (or 0x579478) is known color: Patina. HEX triplet: 57, 94 and 78. RGB value is (87,148,120). Sum of RGB (Red+Green+Blue) = 87+148+120=355 (47% of max value = 765). Red value is 87 (34.38% from 255 or 24.51% from 355); Green value is 148 (58.20% from 255 or 41.69% from 355); Blue value is 120 (47.27% from 255 or 33.80% from 355); Max value from RGB is 148 - color contains mainly: green. Hex color #579478 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #579478 is #A86B87. Grayscale: #7E7E7E. Windows color (decimal): -11037576 or 7902295. OLE color: 7902295.

HSL color Cylindrical-coordinate representation of color #579478: hue angle of 152.46º degrees, saturation: 0.26, 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 #579478 is Cyan = 0.41, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.42.

Color convert

RGB 87 148 120 -
CMYK 0.41 0 0.19 0.42
HSL 152.46º 0.26% 0.46% -
HSV(B) 152.46º 0.41% 0.58% -
XYZ 17.91 24.56 21.57 -
YUV 126.57 124.29 99.78 -
System Red Green Blue C M Y K H S L
Decimal 87 148 120 0.41 0 0.19 0.42 152.46 0.26 0.46
Hex 57 94 78 29 0 13 2A 98 1A 2E
Octal 127 224 170 51 0 23 52 230 32 56
Binary 1010111 10010100 1111000 101001 0 10011 101010 10011000 11010 101110

Color Harmonies of #579478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #579478

Black with #579478

Text Example


Text Example

White with #579478

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #579478; }

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

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

background-color css

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

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

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

border-color css

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

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

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