#47a576

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

Shades of Ocean Green #47A576

Tints of Ocean Green #47A576

Color information

#47A576 (or 0x47A576) is unknown color: approx Ocean Green. HEX triplet: 47, A5 and 76. RGB value is (71,165,118). Sum of RGB (Red+Green+Blue) = 71+165+118=354 (46% of max value = 765). Red value is 71 (28.12% from 255 or 20.06% from 354); Green value is 165 (64.84% from 255 or 46.61% from 354); Blue value is 118 (46.48% from 255 or 33.33% from 354); Max value from RGB is 165 - color contains mainly: green. Hex color #47A576 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #47A576 is #B85A89. Grayscale: #838383. Windows color (decimal): -12081802 or 7775559. OLE color: 7775559.

HSL color Cylindrical-coordinate representation of color #47A576: hue angle of 150º 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 #47A576 is Cyan = 0.57, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.35.

Color convert

RGB71165118-
CMYK0.5700.280.35
HSL150º39.83%46.27%-
HSV(B)150º56.97%64.71%-
XYZ19.3229.5621.83-
YUV131.54120.3684.82-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 20.06%
GREEN value IS 165 (64.84% from 255) = 46.61%
BLUE value IS 118 (46.48% from 255) = 33.33%
R=20.06%
G=46.61%
B=33.33%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal711651180.5700.280.3515039.8346.27
Hex47A5763901C2396282e
Octal10724516671034432265056
Binary100011110100101111011011100101110010001110010110101000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47a576

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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