#47976F

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

Shades of Ocean Green #47976F

Tints of Ocean Green #47976F

Color information

#47976F (or 0x47976F) is unknown color: approx Ocean Green. HEX triplet: 47, 97 and 6F. RGB value is (71,151,111). Sum of RGB (Red+Green+Blue) = 71+151+111=333 (44% of max value = 765). Red value is 71 (28.12% from 255 or 21.32% from 333); Green value is 151 (59.38% from 255 or 45.35% from 333); Blue value is 111 (43.75% from 255 or 33.33% from 333); Max value from RGB is 151 - color contains mainly: green. Hex color #47976F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #47976F is #B86890. Grayscale: #7A7A7A. Windows color (decimal): -12085393 or 7313223. OLE color: 7313223.

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

Color convert

RGB71151111-
CMYK0.5300.260.41
HSL150º36.04%43.53%-
HSV(B)150º52.98%59.22%-
XYZ16.5324.6218.92-
YUV122.52121.591.25-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 21.32%
GREEN value IS 151 (59.38% from 255) = 45.35%
BLUE value IS 111 (43.75% from 255) = 33.33%
R=21.32%
G=45.35%
B=33.33%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal711511110.5300.260.4115036.0443.53
Hex47976F3501A2996242c
Octal10722715765032512264454
Binary100011110010111110111111010101101010100110010110100100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47976F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #47976F; }

 p { color: rgb(71,151,111); }

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

<style>
 a { background-color: #47976F; }

 a { background-color: rgb(71,151,111); }

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

<style>
 span { border-color: #47976F; }

 span { border-color: rgb(71,151,111); }

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