#47996D

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

Shades of Ocean Green #47996D

Tints of Ocean Green #47996D

Color information

#47996D (or 0x47996D) is unknown color: approx Ocean Green. HEX triplet: 47, 99 and 6D. RGB value is (71,153,109). Sum of RGB (Red+Green+Blue) = 71+153+109=333 (44% of max value = 765). Red value is 71 (28.12% from 255 or 21.32% from 333); Green value is 153 (60.16% from 255 or 45.95% from 333); Blue value is 109 (42.97% from 255 or 32.73% from 333); Max value from RGB is 153 - color contains mainly: green. Hex color #47996D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #47996D is #B86692. Grayscale: #7B7B7B. Windows color (decimal): -12084883 or 7182663. OLE color: 7182663.

HSL color Cylindrical-coordinate representation of color #47996D: hue angle of 147.8º degrees, saturation: 0.37, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #47996D is Cyan = 0.54, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.4.

Color convert

RGB71153109-
CMYK0.5400.290.4
HSL147.8º36.61%43.92%-
HSV(B)147.8º53.59%60%-
XYZ16.7525.2318.45-
YUV123.47119.8390.58-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 21.32%
GREEN value IS 153 (60.16% from 255) = 45.95%
BLUE value IS 109 (42.97% from 255) = 32.73%
R=21.32%
G=45.95%
B=32.73%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal711531090.5400.290.4147.836.6143.92
Hex47996D3601D2894252c
Octal10723115566035502244554
Binary100011110011001110110111011001110110100010010100100101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47996D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #47996D; }

 p { color: rgb(71,153,109); }

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

<style>
 a { background-color: #47996D; }

 a { background-color: rgb(71,153,109); }

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

<style>
 span { border-color: #47996D; }

 span { border-color: rgb(71,153,109); }

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