#47956A

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

Shades of Ocean Green #47956A

Tints of Ocean Green #47956A

Color information

#47956A (or 0x47956A) is unknown color: approx Ocean Green. HEX triplet: 47, 95 and 6A. RGB value is (71,149,106). Sum of RGB (Red+Green+Blue) = 71+149+106=326 (43% of max value = 765). Red value is 71 (28.12% from 255 or 21.78% from 326); Green value is 149 (58.59% from 255 or 45.71% from 326); Blue value is 106 (41.80% from 255 or 32.52% from 326); Max value from RGB is 149 - color contains mainly: green. Hex color #47956A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #47956A is #B86A95. Grayscale: #787878. Windows color (decimal): -12085910 or 6985031. OLE color: 6985031.

HSL color Cylindrical-coordinate representation of color #47956A: hue angle of 146.92º 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 #47956A is Cyan = 0.52, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.42.

Color convert

RGB71149106-
CMYK0.5200.290.42
HSL146.92º35.45%43.14%-
HSV(B)146.92º52.35%58.43%-
XYZ15.9523.8817.4-
YUV120.78119.6692.5-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 21.78%
GREEN value IS 149 (58.59% from 255) = 45.71%
BLUE value IS 106 (41.80% from 255) = 32.52%
R=21.78%
G=45.71%
B=32.52%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal711491060.5200.290.42146.9235.4543.14
Hex47956A3401D2A93232b
Octal10722515264035522234353
Binary100011110010101110101011010001110110101010010011100011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47956A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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