#519370

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

Shades of Ocean Green #519370

Tints of Ocean Green #519370

Color information

#519370 (or 0x519370) is unknown color: approx Ocean Green. HEX triplet: 51, 93 and 70. RGB value is (81,147,112). Sum of RGB (Red+Green+Blue) = 81+147+112=340 (45% of max value = 765). Red value is 81 (32.03% from 255 or 23.82% from 340); Green value is 147 (57.81% from 255 or 43.24% from 340); Blue value is 112 (44.14% from 255 or 32.94% from 340); Max value from RGB is 147 - color contains mainly: green. Hex color #519370 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #519370 is #AE6C8F. Grayscale: #7B7B7B. Windows color (decimal): -11431056 or 7377745. OLE color: 7377745.

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

Color convert

RGB81147112-
CMYK0.4500.240.42
HSL148.18º28.95%44.71%-
HSV(B)148.18º44.9%57.65%-
XYZ16.7523.7919.04-
YUV123.28121.6397.85-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 23.82%
GREEN value IS 147 (57.81% from 255) = 43.24%
BLUE value IS 112 (44.14% from 255) = 32.94%
R=23.82%
G=43.24%
B=32.94%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal811471120.4500.240.42148.1828.9544.71
Hex5193702D0182A941d2d
Octal12122316055030522243555
Binary10100011001001111100001011010110001010101001010011101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #519370

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #519370; }

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

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

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

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

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

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

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

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