#479E69

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

Shades of Ocean Green #479E69

Tints of Ocean Green #479E69

Color information

#479E69 (or 0x479E69) is unknown color: approx Ocean Green. HEX triplet: 47, 9E and 69. RGB value is (71,158,105). Sum of RGB (Red+Green+Blue) = 71+158+105=334 (44% of max value = 765). Red value is 71 (28.12% from 255 or 21.26% from 334); Green value is 158 (62.11% from 255 or 47.31% from 334); Blue value is 105 (41.41% from 255 or 31.44% from 334); Max value from RGB is 158 - color contains mainly: green. Hex color #479E69 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #479E69 is #B86196. Grayscale: #7E7E7E. Windows color (decimal): -12083607 or 6921799. OLE color: 6921799.

HSL color Cylindrical-coordinate representation of color #479E69: hue angle of 143.45º degrees, saturation: 0.38, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #479E69 is Cyan = 0.55, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.38.

Color convert

RGB71158105-
CMYK0.5500.340.38
HSL143.45º37.99%44.9%-
HSV(B)143.45º55.06%61.96%-
XYZ17.3826.8117.62-
YUV125.94116.1888.81-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 21.26%
GREEN value IS 158 (62.11% from 255) = 47.31%
BLUE value IS 105 (41.41% from 255) = 31.44%
R=21.26%
G=47.31%
B=31.44%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal711581050.5500.340.38143.4537.9944.9
Hex479E6937022268f262d
Octal10723615167042462174655
Binary1000111100111101101001110111010001010011010001111100110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #479E69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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