#479D6F

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

Shades of Ocean Green #479D6F

Tints of Ocean Green #479D6F

Color information

#479D6F (or 0x479D6F) is unknown color: approx Ocean Green. HEX triplet: 47, 9D and 6F. RGB value is (71,157,111). Sum of RGB (Red+Green+Blue) = 71+157+111=339 (44% of max value = 765). Red value is 71 (28.12% from 255 or 20.94% from 339); Green value is 157 (61.72% from 255 or 46.31% from 339); Blue value is 111 (43.75% from 255 or 32.74% from 339); Max value from RGB is 157 - color contains mainly: green. Hex color #479D6F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #479D6F is #B86290. Grayscale: #7E7E7E. Windows color (decimal): -12083857 or 7314759. OLE color: 7314759.

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

Color convert

RGB71157111-
CMYK0.5500.290.38
HSL147.91º37.72%44.71%-
HSV(B)147.91º54.78%61.57%-
XYZ17.5226.619.25-
YUV126.04119.5188.74-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 20.94%
GREEN value IS 157 (61.72% from 255) = 46.31%
BLUE value IS 111 (43.75% from 255) = 32.74%
R=20.94%
G=46.31%
B=32.74%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal711571110.5500.290.38147.9137.7244.71
Hex479D6F3701D2694262d
Octal10723515767035462244655
Binary100011110011101110111111011101110110011010010100100110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #479D6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,157,111); }

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

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

 a { background-color: rgb(71,157,111); }

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

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

 span { border-color: rgb(71,157,111); }

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