#47AA6C

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

Shades of Ocean Green #47AA6C

Tints of Ocean Green #47AA6C

Color information

#47AA6C (or 0x47AA6C) is unknown color: approx Ocean Green. HEX triplet: 47, AA and 6C. RGB value is (71,170,108). Sum of RGB (Red+Green+Blue) = 71+170+108=349 (46% of max value = 765). Red value is 71 (28.12% from 255 or 20.34% from 349); Green value is 170 (66.80% from 255 or 48.71% from 349); Blue value is 108 (42.58% from 255 or 30.95% from 349); Max value from RGB is 170 - color contains mainly: green. Hex color #47AA6C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #47AA6C is #B85593. Grayscale: #858585. Windows color (decimal): -12080532 or 7121479. OLE color: 7121479.

HSL color Cylindrical-coordinate representation of color #47AA6C: hue angle of 142.42º degrees, saturation: 0.41, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #47AA6C is Cyan = 0.58, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.33.

Color convert

RGB71170108-
CMYK0.5800.360.33
HSL142.42º41.08%47.25%-
HSV(B)142.42º58.24%66.67%-
XYZ19.6831.1719.17-
YUV133.33113.783.54-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 20.34%
GREEN value IS 170 (66.80% from 255) = 48.71%
BLUE value IS 108 (42.58% from 255) = 30.95%
R=20.34%
G=48.71%
B=30.95%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal711701080.5800.360.33142.4241.0847.25
Hex47AA6C3A024218e292f
Octal10725215472044412165157
Binary1000111101010101101100111010010010010000110001110101001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47AA6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,170,108); }

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

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

 a { background-color: rgb(71,170,108); }

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

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

 span { border-color: rgb(71,170,108); }

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