#479B6D

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

Shades of Ocean Green #479B6D

Tints of Ocean Green #479B6D

Color information

#479B6D (or 0x479B6D) is unknown color: approx Ocean Green. HEX triplet: 47, 9B and 6D. RGB value is (71,155,109). Sum of RGB (Red+Green+Blue) = 71+155+109=335 (44% of max value = 765). Red value is 71 (28.12% from 255 or 21.19% from 335); Green value is 155 (60.94% from 255 or 46.27% from 335); Blue value is 109 (42.97% from 255 or 32.54% from 335); Max value from RGB is 155 - color contains mainly: green. Hex color #479B6D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #479B6D is #B86492. Grayscale: #7C7C7C. Windows color (decimal): -12084371 or 7183175. OLE color: 7183175.

HSL color Cylindrical-coordinate representation of color #479B6D: hue angle of 147.14º degrees, saturation: 0.37, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #479B6D is Cyan = 0.54, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.39.

Color convert

RGB71155109-
CMYK0.5400.300.39
HSL147.14º37.17%44.31%-
HSV(B)147.14º54.19%60.78%-
XYZ17.0825.8918.56-
YUV124.64119.1789.74-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 21.19%
GREEN value IS 155 (60.94% from 255) = 46.27%
BLUE value IS 109 (42.97% from 255) = 32.54%
R=21.19%
G=46.27%
B=32.54%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal711551090.5400.300.39147.1437.1744.31
Hex479B6D3601E2793252c
Octal10723315566036472234554
Binary100011110011011110110111011001111010011110010011100101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #479B6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,155,109); }

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

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

 a { background-color: rgb(71,155,109); }

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

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

 span { border-color: rgb(71,155,109); }

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