#519369

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

Shades of Ocean Green #519369

Tints of Ocean Green #519369

Color information

#519369 (or 0x519369) is unknown color: approx Ocean Green. HEX triplet: 51, 93 and 69. RGB value is (81,147,105). Sum of RGB (Red+Green+Blue) = 81+147+105=333 (44% of max value = 765). Red value is 81 (32.03% from 255 or 24.32% from 333); Green value is 147 (57.81% from 255 or 44.14% from 333); Blue value is 105 (41.41% from 255 or 31.53% from 333); Max value from RGB is 147 - color contains mainly: green. Hex color #519369 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #519369 is #AE6C96. Grayscale: #7A7A7A. Windows color (decimal): -11431063 or 6918993. OLE color: 6918993.

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

Color convert

RGB81147105-
CMYK0.4500.290.42
HSL141.82º28.95%44.71%-
HSV(B)141.82º44.9%57.65%-
XYZ16.3823.6417.06-
YUV122.48118.1398.42-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 24.32%
GREEN value IS 147 (57.81% from 255) = 44.14%
BLUE value IS 105 (41.41% from 255) = 31.53%
R=24.32%
G=44.14%
B=31.53%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal811471050.4500.290.42141.8228.9544.71
Hex5193692D01D2A8e1d2d
Octal12122315155035522163555
Binary10100011001001111010011011010111011010101000111011101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #519369

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #519369; }

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

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

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

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

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

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

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

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