#519971

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

Shades of Ocean Green #519971

Tints of Ocean Green #519971

Color information

#519971 (or 0x519971) is unknown color: approx Ocean Green. HEX triplet: 51, 99 and 71. RGB value is (81,153,113). Sum of RGB (Red+Green+Blue) = 81+153+113=347 (45% of max value = 765). Red value is 81 (32.03% from 255 or 23.34% from 347); Green value is 153 (60.16% from 255 or 44.09% from 347); Blue value is 113 (44.53% from 255 or 32.56% from 347); Max value from RGB is 153 - color contains mainly: green. Hex color #519971 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #519971 is #AE668E. Grayscale: #7F7F7F. Windows color (decimal): -11429519 or 7444817. OLE color: 7444817.

HSL color Cylindrical-coordinate representation of color #519971: hue angle of 146.67º degrees, saturation: 0.31, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #519971 is Cyan = 0.47, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.4.

Color convert

RGB81153113-
CMYK0.4700.260.4
HSL146.67º30.77%45.88%-
HSV(B)146.67º47.06%60%-
XYZ17.7725.7219.65-
YUV126.91120.1595.25-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 23.34%
GREEN value IS 153 (60.16% from 255) = 44.09%
BLUE value IS 113 (44.53% from 255) = 32.56%
R=23.34%
G=44.09%
B=32.56%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal811531130.4700.260.4146.6730.7745.88
Hex5199712F01A28931f2e
Octal12123116157032502233756
Binary10100011001100111100011011110110101010001001001111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #519971

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #519971; }

 p { color: rgb(81,153,113); }

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

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

 a { background-color: rgb(81,153,113); }

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

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

 span { border-color: rgb(81,153,113); }

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