#479769

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

Shades of Ocean Green #479769

Tints of Ocean Green #479769

Color information

#479769 (or 0x479769) is unknown color: approx Ocean Green. HEX triplet: 47, 97 and 69. RGB value is (71,151,105). Sum of RGB (Red+Green+Blue) = 71+151+105=327 (43% of max value = 765). Red value is 71 (28.12% from 255 or 21.71% from 327); Green value is 151 (59.38% from 255 or 46.18% from 327); Blue value is 105 (41.41% from 255 or 32.11% from 327); Max value from RGB is 151 - color contains mainly: green. Hex color #479769 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #479769 is #B86896. Grayscale: #797979. Windows color (decimal): -12085399 or 6920007. OLE color: 6920007.

HSL color Cylindrical-coordinate representation of color #479769: hue angle of 145.5º degrees, saturation: 0.36, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #479769 is Cyan = 0.53, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.41.

Color convert

RGB71151105-
CMYK0.5300.300.41
HSL145.5º36.04%43.53%-
HSV(B)145.5º52.98%59.22%-
XYZ16.2124.4917.24-
YUV121.84118.591.74-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 21.71%
GREEN value IS 151 (59.38% from 255) = 46.18%
BLUE value IS 105 (41.41% from 255) = 32.11%
R=21.71%
G=46.18%
B=32.11%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal711511050.5300.300.41145.536.0443.53
Hex4797693501E2992242c
Octal10722715165036512224454
Binary100011110010111110100111010101111010100110010010100100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #479769

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #479769; }

 p { color: rgb(71,151,105); }

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

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

 a { background-color: rgb(71,151,105); }

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

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

 span { border-color: rgb(71,151,105); }

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