#479E67

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

Shades of Ocean Green #479E67

Tints of Ocean Green #479E67

Color information

#479E67 (or 0x479E67) is unknown color: approx Ocean Green. HEX triplet: 47, 9E and 67. RGB value is (71,158,103). Sum of RGB (Red+Green+Blue) = 71+158+103=332 (43% of max value = 765). Red value is 71 (28.12% from 255 or 21.39% from 332); Green value is 158 (62.11% from 255 or 47.59% from 332); Blue value is 103 (40.62% from 255 or 31.02% from 332); Max value from RGB is 158 - color contains mainly: green. Hex color #479E67 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #479E67 is #B86198. Grayscale: #7D7D7D. Windows color (decimal): -12083609 or 6790727. OLE color: 6790727.

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

Color convert

RGB71158103-
CMYK0.5500.350.38
HSL142.07º37.99%44.9%-
HSV(B)142.07º55.06%61.96%-
XYZ17.2726.7717.09-
YUV125.72115.1888.97-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 21.39%
GREEN value IS 158 (62.11% from 255) = 47.59%
BLUE value IS 103 (40.62% from 255) = 31.02%
R=21.39%
G=47.59%
B=31.02%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal711581030.5500.350.38142.0737.9944.9
Hex479E6737023268e262d
Octal10723614767043462164655
Binary1000111100111101100111110111010001110011010001110100110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #479E67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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