#479971

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

Shades of Ocean Green #479971

Tints of Ocean Green #479971

Color information

#479971 (or 0x479971) is unknown color: approx Ocean Green. HEX triplet: 47, 99 and 71. RGB value is (71,153,113). Sum of RGB (Red+Green+Blue) = 71+153+113=337 (44% of max value = 765). Red value is 71 (28.12% from 255 or 21.07% from 337); Green value is 153 (60.16% from 255 or 45.40% from 337); Blue value is 113 (44.53% from 255 or 33.53% from 337); Max value from RGB is 153 - color contains mainly: green. Hex color #479971 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #479971 is #B8668E. Grayscale: #7C7C7C. Windows color (decimal): -12084879 or 7444807. OLE color: 7444807.

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

Color convert

RGB71153113-
CMYK0.5400.260.4
HSL150.73º36.61%43.92%-
HSV(B)150.73º53.59%60%-
XYZ16.9725.3119.61-
YUV123.92121.8390.25-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 21.07%
GREEN value IS 153 (60.16% from 255) = 45.40%
BLUE value IS 113 (44.53% from 255) = 33.53%
R=21.07%
G=45.40%
B=33.53%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal711531130.5400.260.4150.7336.6143.92
Hex4799713601A2897252c
Octal10723116166032502274554
Binary100011110011001111000111011001101010100010010111100101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #479971

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #479971; }

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

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

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

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

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

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

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

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