#519169

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

Shades of Ocean Green #519169

Tints of Ocean Green #519169

Color information

#519169 (or 0x519169) is unknown color: approx Ocean Green. HEX triplet: 51, 91 and 69. RGB value is (81,145,105). Sum of RGB (Red+Green+Blue) = 81+145+105=331 (43% of max value = 765). Red value is 81 (32.03% from 255 or 24.47% from 331); Green value is 145 (57.03% from 255 or 43.81% from 331); Blue value is 105 (41.41% from 255 or 31.72% from 331); Max value from RGB is 145 - color contains mainly: green. Hex color #519169 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #519169 is #AE6E96. Grayscale: #797979. Windows color (decimal): -11431575 or 6918481. OLE color: 6918481.

HSL color Cylindrical-coordinate representation of color #519169: hue angle of 142.5º degrees, saturation: 0.28, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #519169 is Cyan = 0.44, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.43.

Color convert

RGB81145105-
CMYK0.4400.280.43
HSL142.5º28.32%44.31%-
HSV(B)142.5º44.14%56.86%-
XYZ16.0723.0216.96-
YUV121.3118.899.25-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 24.47%
GREEN value IS 145 (57.03% from 255) = 43.81%
BLUE value IS 105 (41.41% from 255) = 31.72%
R=24.47%
G=43.81%
B=31.72%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal811451050.4400.280.43142.528.3244.31
Hex5191692C01C2B8e1c2c
Octal12122115154034532163454
Binary10100011001000111010011011000111001010111000111011100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #519169

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #519169; }

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

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

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

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

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

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

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

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