#519572

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

Shades of Ocean Green #519572

Tints of Ocean Green #519572

Color information

#519572 (or 0x519572) is unknown color: approx Ocean Green. HEX triplet: 51, 95 and 72. RGB value is (81,149,114). Sum of RGB (Red+Green+Blue) = 81+149+114=344 (45% of max value = 765). Red value is 81 (32.03% from 255 or 23.55% from 344); Green value is 149 (58.59% from 255 or 43.31% from 344); Blue value is 114 (44.92% from 255 or 33.14% from 344); Max value from RGB is 149 - color contains mainly: green. Hex color #519572 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #519572 is #AE6A8D. Grayscale: #7C7C7C. Windows color (decimal): -11430542 or 7509329. OLE color: 7509329.

HSL color Cylindrical-coordinate representation of color #519572: hue angle of 149.12º 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 #519572 is Cyan = 0.46, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.42.

Color convert

RGB81149114-
CMYK0.4600.230.42
HSL149.12º29.57%45.1%-
HSV(B)149.12º45.64%58.43%-
XYZ17.1824.4619.74-
YUV124.68121.9796.85-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 23.55%
GREEN value IS 149 (58.59% from 255) = 43.31%
BLUE value IS 114 (44.92% from 255) = 33.14%
R=23.55%
G=43.31%
B=33.14%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal811491140.4600.230.42149.1229.5745.1
Hex5195722E0172A951e2d
Octal12122516256027522253655
Binary10100011001010111100101011100101111010101001010111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #519572

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #519572; }

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

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

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

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

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

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

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

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