#47956C

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

Shades of Ocean Green #47956C

Tints of Ocean Green #47956C

Color information

#47956C (or 0x47956C) is unknown color: approx Ocean Green. HEX triplet: 47, 95 and 6C. RGB value is (71,149,108). Sum of RGB (Red+Green+Blue) = 71+149+108=328 (43% of max value = 765). Red value is 71 (28.12% from 255 or 21.65% from 328); Green value is 149 (58.59% from 255 or 45.43% from 328); Blue value is 108 (42.58% from 255 or 32.93% from 328); Max value from RGB is 149 - color contains mainly: green. Hex color #47956C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #47956C is #B86A93. Grayscale: #797979. Windows color (decimal): -12085908 or 7116103. OLE color: 7116103.

HSL color Cylindrical-coordinate representation of color #47956C: hue angle of 148.46º degrees, saturation: 0.35, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #47956C is Cyan = 0.52, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.42.

Color convert

RGB71149108-
CMYK0.5200.280.42
HSL148.46º35.45%43.14%-
HSV(B)148.46º52.35%58.43%-
XYZ16.0523.9217.96-
YUV121120.6692.33-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 21.65%
GREEN value IS 149 (58.59% from 255) = 45.43%
BLUE value IS 108 (42.58% from 255) = 32.93%
R=21.65%
G=45.43%
B=32.93%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal711491080.5200.280.42148.4635.4543.14
Hex47956C3401C2A94232b
Octal10722515464034522244353
Binary100011110010101110110011010001110010101010010100100011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47956C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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