#47986B

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

Shades of Ocean Green #47986B

Tints of Ocean Green #47986B

Color information

#47986B (or 0x47986B) is unknown color: approx Ocean Green. HEX triplet: 47, 98 and 6B. RGB value is (71,152,107). Sum of RGB (Red+Green+Blue) = 71+152+107=330 (43% of max value = 765). Red value is 71 (28.12% from 255 or 21.52% from 330); Green value is 152 (59.77% from 255 or 46.06% from 330); Blue value is 107 (42.19% from 255 or 32.42% from 330); Max value from RGB is 152 - color contains mainly: green. Hex color #47986B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #47986B is #B86794. Grayscale: #7A7A7A. Windows color (decimal): -12085141 or 7051335. OLE color: 7051335.

HSL color Cylindrical-coordinate representation of color #47986B: hue angle of 146.67º degrees, saturation: 0.36, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #47986B is Cyan = 0.53, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.40.

Color convert

RGB71152107-
CMYK0.5300.300.40
HSL146.67º36.32%43.73%-
HSV(B)146.67º53.29%59.61%-
XYZ16.4824.8617.84-
YUV122.65119.1691.16-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 21.52%
GREEN value IS 152 (59.77% from 255) = 46.06%
BLUE value IS 107 (42.19% from 255) = 32.42%
R=21.52%
G=46.06%
B=32.42%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal711521070.5300.300.40146.6736.3243.73
Hex47986B3501E2893242c
Octal10723015365036502234454
Binary100011110011000110101111010101111010100010010011100100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47986B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #47986B; }

 p { color: rgb(71,152,107); }

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

<style>
 a { background-color: #47986B; }

 a { background-color: rgb(71,152,107); }

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

<style>
 span { border-color: #47986B; }

 span { border-color: rgb(71,152,107); }

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