#519772

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

Shades of Ocean Green #519772

Tints of Ocean Green #519772

Color information

#519772 (or 0x519772) is unknown color: approx Ocean Green. HEX triplet: 51, 97 and 72. RGB value is (81,151,114). Sum of RGB (Red+Green+Blue) = 81+151+114=346 (45% of max value = 765). Red value is 81 (32.03% from 255 or 23.41% from 346); Green value is 151 (59.38% from 255 or 43.64% from 346); Blue value is 114 (44.92% from 255 or 32.95% from 346); Max value from RGB is 151 - color contains mainly: green. Hex color #519772 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #519772 is #AE688D. Grayscale: #7D7D7D. Windows color (decimal): -11430030 or 7509841. OLE color: 7509841.

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

Color convert

RGB81151114-
CMYK0.4600.250.41
HSL148.29º30.17%45.49%-
HSV(B)148.29º46.36%59.22%-
XYZ17.525.119.84-
YUV125.85121.3196.01-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 23.41%
GREEN value IS 151 (59.38% from 255) = 43.64%
BLUE value IS 114 (44.92% from 255) = 32.95%
R=23.41%
G=43.64%
B=32.95%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal811511140.4600.250.41148.2930.1745.49
Hex5197722E01929941e2d
Octal12122716256031512243655
Binary10100011001011111100101011100110011010011001010011110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #519772

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #519772; }

 p { color: rgb(81,151,114); }

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

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

 a { background-color: rgb(81,151,114); }

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

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

 span { border-color: rgb(81,151,114); }

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