#479973

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

Shades of Ocean Green #479973

Tints of Ocean Green #479973

Color information

#479973 (or 0x479973) is unknown color: approx Ocean Green. HEX triplet: 47, 99 and 73. RGB value is (71,153,115). Sum of RGB (Red+Green+Blue) = 71+153+115=339 (44% of max value = 765). Red value is 71 (28.12% from 255 or 20.94% from 339); Green value is 153 (60.16% from 255 or 45.13% from 339); Blue value is 115 (45.31% from 255 or 33.92% from 339); Max value from RGB is 153 - color contains mainly: green. Hex color #479973 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #479973 is #B8668C. Grayscale: #7C7C7C. Windows color (decimal): -12084877 or 7575879. OLE color: 7575879.

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

Color convert

RGB71153115-
CMYK0.5400.250.4
HSL152.2º36.61%43.92%-
HSV(B)152.2º53.59%60%-
XYZ17.0825.3620.21-
YUV124.15122.8390.09-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 20.94%
GREEN value IS 153 (60.16% from 255) = 45.13%
BLUE value IS 115 (45.31% from 255) = 33.92%
R=20.94%
G=45.13%
B=33.92%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal711531150.5400.250.4152.236.6143.92
Hex479973360192898252c
Octal10723116366031502304554
Binary100011110011001111001111011001100110100010011000100101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #479973

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #479973; }

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

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

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

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

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

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

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

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