#519973

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

Shades of Ocean Green #519973

Tints of Ocean Green #519973

Color information

#519973 (or 0x519973) is unknown color: approx Ocean Green. HEX triplet: 51, 99 and 73. RGB value is (81,153,115). Sum of RGB (Red+Green+Blue) = 81+153+115=349 (46% of max value = 765). Red value is 81 (32.03% from 255 or 23.21% from 349); Green value is 153 (60.16% from 255 or 43.84% from 349); Blue value is 115 (45.31% from 255 or 32.95% from 349); Max value from RGB is 153 - color contains mainly: green. Hex color #519973 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #519973 is #AE668C. Grayscale: #7F7F7F. Windows color (decimal): -11429517 or 7575889. OLE color: 7575889.

HSL color Cylindrical-coordinate representation of color #519973: hue angle of 148.33º 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 #519973 is Cyan = 0.47, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.4.

Color convert

RGB81153115-
CMYK0.4700.250.4
HSL148.33º30.77%45.88%-
HSV(B)148.33º47.06%60%-
XYZ17.8825.7720.25-
YUV127.14121.1595.09-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 23.21%
GREEN value IS 153 (60.16% from 255) = 43.84%
BLUE value IS 115 (45.31% from 255) = 32.95%
R=23.21%
G=43.84%
B=32.95%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal811531150.4700.250.4148.3330.7745.88
Hex5199732F01928941f2e
Octal12123116357031502243756
Binary10100011001100111100111011110110011010001001010011111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #519973

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #519973; }

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

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

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

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

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

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

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

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