#479770

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

Shades of Ocean Green #479770

Tints of Ocean Green #479770

Color information

#479770 (or 0x479770) is unknown color: approx Ocean Green. HEX triplet: 47, 97 and 70. RGB value is (71,151,112). Sum of RGB (Red+Green+Blue) = 71+151+112=334 (44% of max value = 765). Red value is 71 (28.12% from 255 or 21.26% from 334); Green value is 151 (59.38% from 255 or 45.21% from 334); Blue value is 112 (44.14% from 255 or 33.53% from 334); Max value from RGB is 151 - color contains mainly: green. Hex color #479770 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #479770 is #B8688F. Grayscale: #7A7A7A. Windows color (decimal): -12085392 or 7378759. OLE color: 7378759.

HSL color Cylindrical-coordinate representation of color #479770: hue angle of 150.75º degrees, saturation: 0.36, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #479770 is Cyan = 0.53, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.41.

Color convert

RGB71151112-
CMYK0.5300.260.41
HSL150.75º36.04%43.53%-
HSV(B)150.75º52.98%59.22%-
XYZ16.5924.6419.21-
YUV122.6312291.17-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 21.26%
GREEN value IS 151 (59.38% from 255) = 45.21%
BLUE value IS 112 (44.14% from 255) = 33.53%
R=21.26%
G=45.21%
B=33.53%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal711511120.5300.260.41150.7536.0443.53
Hex4797703501A2997242c
Octal10722716065032512274454
Binary100011110010111111000011010101101010100110010111100100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #479770

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #479770; }

 p { color: rgb(71,151,112); }

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

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

 a { background-color: rgb(71,151,112); }

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

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

 span { border-color: rgb(71,151,112); }

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