#479A6C

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

Shades of Ocean Green #479A6C

Tints of Ocean Green #479A6C

Color information

#479A6C (or 0x479A6C) is unknown color: approx Ocean Green. HEX triplet: 47, 9A and 6C. RGB value is (71,154,108). Sum of RGB (Red+Green+Blue) = 71+154+108=333 (44% of max value = 765). Red value is 71 (28.12% from 255 or 21.32% from 333); Green value is 154 (60.55% from 255 or 46.25% from 333); Blue value is 108 (42.58% from 255 or 32.43% from 333); Max value from RGB is 154 - color contains mainly: green. Hex color #479A6C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #479A6C is #B86593. Grayscale: #7C7C7C. Windows color (decimal): -12084628 or 7117383. OLE color: 7117383.

HSL color Cylindrical-coordinate representation of color #479A6C: hue angle of 146.75º 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 #479A6C is Cyan = 0.54, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.40.

Color convert

RGB71154108-
CMYK0.5400.300.40
HSL146.75º36.89%44.12%-
HSV(B)146.75º53.9%60.39%-
XYZ16.8625.5318.23-
YUV123.9411990.24-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 21.32%
GREEN value IS 154 (60.55% from 255) = 46.25%
BLUE value IS 108 (42.58% from 255) = 32.43%
R=21.32%
G=46.25%
B=32.43%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal711541080.5400.300.40146.7536.8944.12
Hex479A6C3601E2893252c
Octal10723215466036502234554
Binary100011110011010110110011011001111010100010010011100101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #479A6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #479A6C; }

 p { color: rgb(71,154,108); }

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

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

 a { background-color: rgb(71,154,108); }

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

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

 span { border-color: rgb(71,154,108); }

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