Html Css Color HEX #579470 Ocean Green

📋 copy color: '#579470'

red 87 ◦ green 148 ◦ blue 112

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

Shades of Ocean Green #579470

Tints of Ocean Green #579470

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 32.28%

R = 25.07%
G = 42.65%
B = 32.28%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.24

 K value IS 0.42

RGB Variations

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

Color information

#579470 (or 0x579470) is known color: Ocean Green. HEX triplet: 57, 94 and 70. RGB value is (87,148,112). Sum of RGB (Red+Green+Blue) = 87+148+112=347 (45% of max value = 765). Red value is 87 (34.38% from 255 or 25.07% from 347); Green value is 148 (58.20% from 255 or 42.65% from 347); Blue value is 112 (44.14% from 255 or 32.28% from 347); Max value from RGB is 148 - color contains mainly: green. Hex color #579470 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #579470 is #A86B8F. Grayscale: #7D7D7D. Windows color (decimal): -11037584 or 7378007. OLE color: 7378007.

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

Color convert

RGB 87 148 112 -
CMYK 0.41 0 0.24 0.42
HSL 144.59º 0.26% 0.46% -
HSV(B) 144.59º 0.41% 0.58% -
XYZ 17.45 24.38 19.11 -
YUV 125.66 120.29 100.43 -
System Red Green Blue C M Y K H S L
Decimal 87 148 112 0.41 0 0.24 0.42 144.59 0.26 0.46
Hex 57 94 70 29 0 18 2A 91 1A 2E
Octal 127 224 160 51 0 30 52 221 32 56
Binary 1010111 10010100 1110000 101001 0 11000 101010 10010001 11010 101110

Color Harmonies of #579470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #579470

Black with #579470

Text Example


Text Example

White with #579470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #579470; }

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

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

background-color css

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

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

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

border-color css

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

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

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