#47966C

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

Shades of Ocean Green #47966C

Tints of Ocean Green #47966C

Color information

#47966C (or 0x47966C) is unknown color: approx Ocean Green. HEX triplet: 47, 96 and 6C. RGB value is (71,150,108). Sum of RGB (Red+Green+Blue) = 71+150+108=329 (43% of max value = 765). Red value is 71 (28.12% from 255 or 21.58% from 329); Green value is 150 (58.98% from 255 or 45.59% from 329); Blue value is 108 (42.58% from 255 or 32.83% from 329); Max value from RGB is 150 - color contains mainly: green. Hex color #47966C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #47966C is #B86993. Grayscale: #797979. Windows color (decimal): -12085652 or 7116359. OLE color: 7116359.

HSL color Cylindrical-coordinate representation of color #47966C: hue angle of 148.1º degrees, saturation: 0.36, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #47966C is Cyan = 0.53, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.41.

Color convert

RGB71150108-
CMYK0.5300.280.41
HSL148.1º35.75%43.33%-
HSV(B)148.1º52.67%58.82%-
XYZ16.2124.2318.01-
YUV121.59120.3391.92-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 21.58%
GREEN value IS 150 (58.98% from 255) = 45.59%
BLUE value IS 108 (42.58% from 255) = 32.83%
R=21.58%
G=45.59%
B=32.83%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal711501080.5300.280.41148.135.7543.33
Hex47966C3501C2994242b
Octal10722615465034512244453
Binary100011110010110110110011010101110010100110010100100100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47966C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #47966C; }

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

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

<style>
 a { background-color: #47966C; }

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

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

<style>
 span { border-color: #47966C; }

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

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