#479E78

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

Shades of Ocean Green #479E78

Tints of Ocean Green #479E78

Color information

#479E78 (or 0x479E78) is unknown color: approx Ocean Green. HEX triplet: 47, 9E and 78. RGB value is (71,158,120). Sum of RGB (Red+Green+Blue) = 71+158+120=349 (46% of max value = 765). Red value is 71 (28.12% from 255 or 20.34% from 349); Green value is 158 (62.11% from 255 or 45.27% from 349); Blue value is 120 (47.27% from 255 or 34.38% from 349); Max value from RGB is 158 - color contains mainly: green. Hex color #479E78 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #479E78 is #B86187. Grayscale: #7F7F7F. Windows color (decimal): -12083592 or 7904839. OLE color: 7904839.

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

Color convert

RGB71158120-
CMYK0.5500.240.38
HSL153.79º37.99%44.9%-
HSV(B)153.79º55.06%61.96%-
XYZ18.2227.1522.05-
YUV127.66123.6887.59-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 20.34%
GREEN value IS 158 (62.11% from 255) = 45.27%
BLUE value IS 120 (47.27% from 255) = 34.38%
R=20.34%
G=45.27%
B=34.38%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal711581200.5500.240.38153.7937.9944.9
Hex479E7837018269a262d
Octal10723617067030462324655
Binary100011110011110111100011011101100010011010011010100110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #479E78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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