#479668

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

Shades of Ocean Green #479668

Tints of Ocean Green #479668

Color information

#479668 (or 0x479668) is unknown color: approx Ocean Green. HEX triplet: 47, 96 and 68. RGB value is (71,150,104). Sum of RGB (Red+Green+Blue) = 71+150+104=325 (43% of max value = 765). Red value is 71 (28.12% from 255 or 21.85% from 325); Green value is 150 (58.98% from 255 or 46.15% from 325); Blue value is 104 (41.02% from 255 or 32% from 325); Max value from RGB is 150 - color contains mainly: green. Hex color #479668 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #479668 is #B86997. Grayscale: #797979. Windows color (decimal): -12085656 or 6854215. OLE color: 6854215.

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

Color convert

RGB71150104-
CMYK0.5300.310.41
HSL145.06º35.75%43.33%-
HSV(B)145.06º52.67%58.82%-
XYZ1624.1516.91-
YUV121.14118.3392.24-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 21.85%
GREEN value IS 150 (58.98% from 255) = 46.15%
BLUE value IS 104 (41.02% from 255) = 32%
R=21.85%
G=46.15%
B=32%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal711501040.5300.310.41145.0635.7543.33
Hex4796683501F2991242b
Octal10722615065037512214453
Binary100011110010110110100011010101111110100110010001100100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #479668

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #479668; }

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

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

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

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

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

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

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

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