#47a572

Color #47A572 Ocean Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ocean Green #47A572

Tints of Ocean Green #47A572

Color information

#47A572 (or 0x47A572) is unknown color: approx Ocean Green. HEX triplet: 47, A5 and 72. RGB value is (71,165,114). Sum of RGB (Red+Green+Blue) = 71+165+114=350 (46% of max value = 765). Red value is 71 (28.12% from 255 or 20.29% from 350); Green value is 165 (64.84% from 255 or 47.14% from 350); Blue value is 114 (44.92% from 255 or 32.57% from 350); Max value from RGB is 165 - color contains mainly: green. Hex color #47A572 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #47A572 is #B85A8D. Grayscale: #838383. Windows color (decimal): -12081806 or 7513415. OLE color: 7513415.

HSL color Cylindrical-coordinate representation of color #47A572: hue angle of 147.45º degrees, saturation: 0.4, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #47A572 is Cyan = 0.57, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.35.

Color convert

RGB71165114-
CMYK0.5700.310.35
HSL147.45º39.83%46.27%-
HSV(B)147.45º56.97%64.71%-
XYZ19.0929.4620.6-
YUV131.08118.3685.15-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 20.29%
GREEN value IS 165 (64.84% from 255) = 47.14%
BLUE value IS 114 (44.92% from 255) = 32.57%
R=20.29%
G=47.14%
B=32.57%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal711651140.5700.310.35147.4539.8346.27
Hex47A5723901F2393282e
Octal10724516271037432235056
Binary100011110100101111001011100101111110001110010011101000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47a572

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #47a572; }

 p { color: rgb(71,165,114); }

 H1.HeaderClassName
 {
   color: #47a572;
 }
 .AnyTagClassName
 {
   color: #47a572;
 }
</style>
background-color css

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

 a { background-color: rgb(71,165,114); }

 div.DivClassName
 {
   background-color: #47a572;
 }
 .BgClassName
 {
   background-color: #47a572;
 }
</style>
border-color css

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

 span { border-color: rgb(71,165,114); }

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