#519D70

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

Shades of Ocean Green #519D70

Tints of Ocean Green #519D70

Color information

#519D70 (or 0x519D70) is unknown color: approx Ocean Green. HEX triplet: 51, 9D and 70. RGB value is (81,157,112). Sum of RGB (Red+Green+Blue) = 81+157+112=350 (46% of max value = 765). Red value is 81 (32.03% from 255 or 23.14% from 350); Green value is 157 (61.72% from 255 or 44.86% from 350); Blue value is 112 (44.14% from 255 or 32% from 350); Max value from RGB is 157 - color contains mainly: green. Hex color #519D70 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #519D70 is #AE628F. Grayscale: #818181. Windows color (decimal): -11428496 or 7380305. OLE color: 7380305.

HSL color Cylindrical-coordinate representation of color #519D70: hue angle of 144.47º degrees, saturation: 0.32, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #519D70 is Cyan = 0.48, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.38.

Color convert

RGB81157112-
CMYK0.4800.290.38
HSL144.47º31.93%46.67%-
HSV(B)144.47º48.41%61.57%-
XYZ18.3727.0319.58-
YUV129.15118.3293.66-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 23.14%
GREEN value IS 157 (61.72% from 255) = 44.86%
BLUE value IS 112 (44.14% from 255) = 32%
R=23.14%
G=44.86%
B=32%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal811571120.4800.290.38144.4731.9346.67
Hex519D703001D2690202f
Octal12123516060035462204057
Binary101000110011101111000011000001110110011010010000100000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #519D70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #519D70; }

 p { color: rgb(81,157,112); }

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

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

 a { background-color: rgb(81,157,112); }

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

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

 span { border-color: rgb(81,157,112); }

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