#47A66E

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

Shades of Ocean Green #47A66E

Tints of Ocean Green #47A66E

Color information

#47A66E (or 0x47A66E) is unknown color: approx Ocean Green. HEX triplet: 47, A6 and 6E. RGB value is (71,166,110). Sum of RGB (Red+Green+Blue) = 71+166+110=347 (45% of max value = 765). Red value is 71 (28.12% from 255 or 20.46% from 347); Green value is 166 (65.23% from 255 or 47.84% from 347); Blue value is 110 (43.36% from 255 or 31.70% from 347); Max value from RGB is 166 - color contains mainly: green. Hex color #47A66E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #47A66E is #B85991. Grayscale: #838383. Windows color (decimal): -12081554 or 7251527. OLE color: 7251527.

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

Color convert

RGB71166110-
CMYK0.5700.340.35
HSL144.63º40.08%46.47%-
HSV(B)144.63º57.23%65.1%-
XYZ19.0529.7419.49-
YUV131.21116.0385.05-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 20.46%
GREEN value IS 166 (65.23% from 255) = 47.84%
BLUE value IS 110 (43.36% from 255) = 31.70%
R=20.46%
G=47.84%
B=31.70%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal711661100.5700.340.35144.6340.0846.47
Hex47A66E390222391282e
Octal10724615671042432215056
Binary1000111101001101101110111001010001010001110010001101000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47A66E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,166,110); }

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

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

 a { background-color: rgb(71,166,110); }

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

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

 span { border-color: rgb(71,166,110); }

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