#479870

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

Shades of Ocean Green #479870

Tints of Ocean Green #479870

Color information

#479870 (or 0x479870) is unknown color: approx Ocean Green. HEX triplet: 47, 98 and 70. RGB value is (71,152,112). Sum of RGB (Red+Green+Blue) = 71+152+112=335 (44% of max value = 765). Red value is 71 (28.12% from 255 or 21.19% from 335); Green value is 152 (59.77% from 255 or 45.37% from 335); Blue value is 112 (44.14% from 255 or 33.43% from 335); Max value from RGB is 152 - color contains mainly: green. Hex color #479870 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #479870 is #B8678F. Grayscale: #7B7B7B. Windows color (decimal): -12085136 or 7379015. OLE color: 7379015.

HSL color Cylindrical-coordinate representation of color #479870: hue angle of 150.37º 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 #479870 is Cyan = 0.53, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.40.

Color convert

RGB71152112-
CMYK0.5300.260.40
HSL150.37º36.32%43.73%-
HSV(B)150.37º53.29%59.61%-
XYZ16.7524.9719.27-
YUV123.22121.6690.75-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 21.19%
GREEN value IS 152 (59.77% from 255) = 45.37%
BLUE value IS 112 (44.14% from 255) = 33.43%
R=21.19%
G=45.37%
B=33.43%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal711521120.5300.260.40150.3736.3243.73
Hex4798703501A2896242c
Octal10723016065032502264454
Binary100011110011000111000011010101101010100010010110100100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #479870

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #479870; }

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

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

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

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

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

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

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

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