#519576

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

Shades of Ocean Green #519576

Tints of Ocean Green #519576

Color information

#519576 (or 0x519576) is unknown color: approx Ocean Green. HEX triplet: 51, 95 and 76. RGB value is (81,149,118). Sum of RGB (Red+Green+Blue) = 81+149+118=348 (46% of max value = 765). Red value is 81 (32.03% from 255 or 23.28% from 348); Green value is 149 (58.59% from 255 or 42.82% from 348); Blue value is 118 (46.48% from 255 or 33.91% from 348); Max value from RGB is 149 - color contains mainly: green. Hex color #519576 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #519576 is #AE6A89. Grayscale: #7D7D7D. Windows color (decimal): -11430538 or 7771473. OLE color: 7771473.

HSL color Cylindrical-coordinate representation of color #519576: hue angle of 152.65º degrees, saturation: 0.3, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #519576 is Cyan = 0.46, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.42.

Color convert

RGB81149118-
CMYK0.4600.210.42
HSL152.65º29.57%45.1%-
HSV(B)152.65º45.64%58.43%-
XYZ17.4124.5520.96-
YUV125.13123.9796.52-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 23.28%
GREEN value IS 149 (58.59% from 255) = 42.82%
BLUE value IS 118 (46.48% from 255) = 33.91%
R=23.28%
G=42.82%
B=33.91%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal811491180.4600.210.42152.6529.5745.1
Hex5195762E0152A991e2d
Octal12122516656025522313655
Binary10100011001010111101101011100101011010101001100111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #519576

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #519576; }

 p { color: rgb(81,149,118); }

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

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

 a { background-color: rgb(81,149,118); }

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

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

 span { border-color: rgb(81,149,118); }

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