#519975

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

Shades of Ocean Green #519975

Tints of Ocean Green #519975

Color information

#519975 (or 0x519975) is unknown color: approx Ocean Green. HEX triplet: 51, 99 and 75. RGB value is (81,153,117). Sum of RGB (Red+Green+Blue) = 81+153+117=351 (46% of max value = 765). Red value is 81 (32.03% from 255 or 23.08% from 351); Green value is 153 (60.16% from 255 or 43.59% from 351); Blue value is 117 (46.09% from 255 or 33.33% from 351); Max value from RGB is 153 - color contains mainly: green. Hex color #519975 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #519975 is #AE668A. Grayscale: #7F7F7F. Windows color (decimal): -11429515 or 7706961. OLE color: 7706961.

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

Color convert

RGB81153117-
CMYK0.4700.240.4
HSL150º30.77%45.88%-
HSV(B)150º47.06%60%-
XYZ1825.8220.86-
YUV127.37122.1594.93-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 23.08%
GREEN value IS 153 (60.16% from 255) = 43.59%
BLUE value IS 117 (46.09% from 255) = 33.33%
R=23.08%
G=43.59%
B=33.33%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal811531170.4700.240.415030.7745.88
Hex5199752F01828961f2e
Octal12123116557030502263756
Binary10100011001100111101011011110110001010001001011011111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #519975

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #519975; }

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

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

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

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

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

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

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

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