#479F69

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

Shades of Ocean Green #479F69

Tints of Ocean Green #479F69

Color information

#479F69 (or 0x479F69) is unknown color: approx Ocean Green. HEX triplet: 47, 9F and 69. RGB value is (71,159,105). Sum of RGB (Red+Green+Blue) = 71+159+105=335 (44% of max value = 765). Red value is 71 (28.12% from 255 or 21.19% from 335); Green value is 159 (62.5% from 255 or 47.46% from 335); Blue value is 105 (41.41% from 255 or 31.34% from 335); Max value from RGB is 159 - color contains mainly: green. Hex color #479F69 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #479F69 is #B86096. Grayscale: #7E7E7E. Windows color (decimal): -12083351 or 6922055. OLE color: 6922055.

HSL color Cylindrical-coordinate representation of color #479F69: hue angle of 143.18º 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 #479F69 is Cyan = 0.55, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.38.

Color convert

RGB71159105-
CMYK0.5500.340.38
HSL143.18º38.26%45.1%-
HSV(B)143.18º55.35%62.35%-
XYZ17.5527.1617.68-
YUV126.53115.8588.39-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 21.19%
GREEN value IS 159 (62.5% from 255) = 47.46%
BLUE value IS 105 (41.41% from 255) = 31.34%
R=21.19%
G=47.46%
B=31.34%

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
Decimal711591050.5500.340.38143.1838.2645.1
Hex479F6937022268f262d
Octal10723715167042462174655
Binary1000111100111111101001110111010001010011010001111100110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #479F69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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