#479768

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

Shades of Ocean Green #479768

Tints of Ocean Green #479768

Color information

#479768 (or 0x479768) is unknown color: approx Ocean Green. HEX triplet: 47, 97 and 68. RGB value is (71,151,104). Sum of RGB (Red+Green+Blue) = 71+151+104=326 (43% of max value = 765). Red value is 71 (28.12% from 255 or 21.78% from 326); Green value is 151 (59.38% from 255 or 46.32% from 326); Blue value is 104 (41.02% from 255 or 31.90% from 326); Max value from RGB is 151 - color contains mainly: green. Hex color #479768 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #479768 is #B86897. Grayscale: #797979. Windows color (decimal): -12085400 or 6854471. OLE color: 6854471.

HSL color Cylindrical-coordinate representation of color #479768: hue angle of 144.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 #479768 is Cyan = 0.53, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.41.

Color convert

RGB71151104-
CMYK0.5300.310.41
HSL144.75º36.04%43.53%-
HSV(B)144.75º52.98%59.22%-
XYZ16.1624.4716.97-
YUV121.7211891.82-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 21.78%
GREEN value IS 151 (59.38% from 255) = 46.32%
BLUE value IS 104 (41.02% from 255) = 31.90%
R=21.78%
G=46.32%
B=31.90%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal711511040.5300.310.41144.7536.0443.53
Hex4797683501F2991242c
Octal10722715065037512214454
Binary100011110010111110100011010101111110100110010001100100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #479768

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #479768; }

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

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

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

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

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

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

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

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