#47A06A

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

Shades of Ocean Green #47A06A

Tints of Ocean Green #47A06A

Color information

#47A06A (or 0x47A06A) is unknown color: approx Ocean Green. HEX triplet: 47, A0 and 6A. RGB value is (71,160,106). Sum of RGB (Red+Green+Blue) = 71+160+106=337 (44% of max value = 765). Red value is 71 (28.12% from 255 or 21.07% from 337); Green value is 160 (62.89% from 255 or 47.48% from 337); Blue value is 106 (41.80% from 255 or 31.45% from 337); Max value from RGB is 160 - color contains mainly: green. Hex color #47A06A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #47A06A is #B85F95. Grayscale: #7F7F7F. Windows color (decimal): -12083094 or 6987847. OLE color: 6987847.

HSL color Cylindrical-coordinate representation of color #47A06A: hue angle of 143.6º degrees, saturation: 0.39, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #47A06A is Cyan = 0.56, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.37.

Color convert

RGB71160106-
CMYK0.5600.340.37
HSL143.6º38.53%45.29%-
HSV(B)143.6º55.62%62.75%-
XYZ17.7727.5218.01-
YUV127.23116.0187.89-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 21.07%
GREEN value IS 160 (62.89% from 255) = 47.48%
BLUE value IS 106 (41.80% from 255) = 31.45%
R=21.07%
G=47.48%
B=31.45%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal711601060.5600.340.37143.638.5345.29
Hex47A06A380222590272d
Octal10724015270042452204755
Binary1000111101000001101010111000010001010010110010000100111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47A06A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,160,106); }

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

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

 a { background-color: rgb(71,160,106); }

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

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

 span { border-color: rgb(71,160,106); }

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