#479C69

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

Shades of Ocean Green #479C69

Tints of Ocean Green #479C69

Color information

#479C69 (or 0x479C69) is unknown color: approx Ocean Green. HEX triplet: 47, 9C and 69. RGB value is (71,156,105). Sum of RGB (Red+Green+Blue) = 71+156+105=332 (43% of max value = 765). Red value is 71 (28.12% from 255 or 21.39% from 332); Green value is 156 (61.33% from 255 or 46.99% from 332); Blue value is 105 (41.41% from 255 or 31.63% from 332); Max value from RGB is 156 - color contains mainly: green. Hex color #479C69 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #479C69 is #B86396. Grayscale: #7C7C7C. Windows color (decimal): -12084119 or 6921287. OLE color: 6921287.

HSL color Cylindrical-coordinate representation of color #479C69: hue angle of 144º degrees, saturation: 0.37, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #479C69 is Cyan = 0.54, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.39.

Color convert

RGB71156105-
CMYK0.5400.330.39
HSL144º37.44%44.51%-
HSV(B)144º54.49%61.18%-
XYZ17.0426.1417.51-
YUV124.77116.8489.65-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 21.39%
GREEN value IS 156 (61.33% from 255) = 46.99%
BLUE value IS 105 (41.41% from 255) = 31.63%
R=21.39%
G=46.99%
B=31.63%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal711561050.5400.330.3914437.4444.51
Hex479C69360212790252d
Octal10723415166041472204555
Binary1000111100111001101001110110010000110011110010000100101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #479C69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,156,105); }

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

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

 a { background-color: rgb(71,156,105); }

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

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

 span { border-color: rgb(71,156,105); }

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