#479976

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

Shades of Ocean Green #479976

Tints of Ocean Green #479976

Color information

#479976 (or 0x479976) is unknown color: approx Ocean Green. HEX triplet: 47, 99 and 76. RGB value is (71,153,118). Sum of RGB (Red+Green+Blue) = 71+153+118=342 (45% of max value = 765). Red value is 71 (28.12% from 255 or 20.76% from 342); Green value is 153 (60.16% from 255 or 44.74% from 342); Blue value is 118 (46.48% from 255 or 34.50% from 342); Max value from RGB is 153 - color contains mainly: green. Hex color #479976 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #479976 is #B86689. Grayscale: #7C7C7C. Windows color (decimal): -12084874 or 7772487. OLE color: 7772487.

HSL color Cylindrical-coordinate representation of color #479976: hue angle of 154.39º 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 #479976 is Cyan = 0.54, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.4.

Color convert

RGB71153118-
CMYK0.5400.230.4
HSL154.39º36.61%43.92%-
HSV(B)154.39º53.59%60%-
XYZ17.2625.4321.14-
YUV124.49124.3389.85-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 20.76%
GREEN value IS 153 (60.16% from 255) = 44.74%
BLUE value IS 118 (46.48% from 255) = 34.50%
R=20.76%
G=44.74%
B=34.50%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal711531180.5400.230.4154.3936.6143.92
Hex47997636017289a252c
Octal10723116666027502324554
Binary100011110011001111011011011001011110100010011010100101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #479976

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #479976; }

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

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

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

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

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

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

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

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