#479B74

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

Shades of Ocean Green #479B74

Tints of Ocean Green #479B74

Color information

#479B74 (or 0x479B74) is unknown color: approx Ocean Green. HEX triplet: 47, 9B and 74. RGB value is (71,155,116). Sum of RGB (Red+Green+Blue) = 71+155+116=342 (45% of max value = 765). Red value is 71 (28.12% from 255 or 20.76% from 342); Green value is 155 (60.94% from 255 or 45.32% from 342); Blue value is 116 (45.70% from 255 or 33.92% from 342); Max value from RGB is 155 - color contains mainly: green. Hex color #479B74 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #479B74 is #B8648B. Grayscale: #7D7D7D. Windows color (decimal): -12084364 or 7641927. OLE color: 7641927.

HSL color Cylindrical-coordinate representation of color #479B74: hue angle of 152.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 #479B74 is Cyan = 0.54, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.39.

Color convert

RGB71155116-
CMYK0.5400.250.39
HSL152.14º37.17%44.31%-
HSV(B)152.14º54.19%60.78%-
XYZ17.4726.0420.63-
YUV125.44122.6789.17-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 20.76%
GREEN value IS 155 (60.94% from 255) = 45.32%
BLUE value IS 116 (45.70% from 255) = 33.92%
R=20.76%
G=45.32%
B=33.92%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal711551160.5400.250.39152.1437.1744.31
Hex479B74360192798252c
Octal10723316466031472304554
Binary100011110011011111010011011001100110011110011000100101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #479B74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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