#479672

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

Shades of Ocean Green #479672

Tints of Ocean Green #479672

Color information

#479672 (or 0x479672) is unknown color: approx Ocean Green. HEX triplet: 47, 96 and 72. RGB value is (71,150,114). Sum of RGB (Red+Green+Blue) = 71+150+114=335 (44% of max value = 765). Red value is 71 (28.12% from 255 or 21.19% from 335); Green value is 150 (58.98% from 255 or 44.78% from 335); Blue value is 114 (44.92% from 255 or 34.03% from 335); Max value from RGB is 150 - color contains mainly: green. Hex color #479672 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #479672 is #B8698D. Grayscale: #7A7A7A. Windows color (decimal): -12085646 or 7509575. OLE color: 7509575.

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

Color convert

RGB71150114-
CMYK0.5300.240.41
HSL152.66º35.75%43.33%-
HSV(B)152.66º52.67%58.82%-
XYZ16.5424.3719.75-
YUV122.28123.3391.43-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 21.19%
GREEN value IS 150 (58.98% from 255) = 44.78%
BLUE value IS 114 (44.92% from 255) = 34.03%
R=21.19%
G=44.78%
B=34.03%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal711501140.5300.240.41152.6635.7543.33
Hex479672350182999242b
Octal10722616265030512314453
Binary100011110010110111001011010101100010100110011001100100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #479672

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #479672; }

 p { color: rgb(71,150,114); }

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

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

 a { background-color: rgb(71,150,114); }

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

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

 span { border-color: rgb(71,150,114); }

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