#519D69

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

Shades of Ocean Green #519D69

Tints of Ocean Green #519D69

Color information

#519D69 (or 0x519D69) is unknown color: approx Ocean Green. HEX triplet: 51, 9D and 69. RGB value is (81,157,105). Sum of RGB (Red+Green+Blue) = 81+157+105=343 (45% of max value = 765). Red value is 81 (32.03% from 255 or 23.62% from 343); Green value is 157 (61.72% from 255 or 45.77% from 343); Blue value is 105 (41.41% from 255 or 30.61% from 343); Max value from RGB is 157 - color contains mainly: green. Hex color #519D69 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #519D69 is #AE6296. Grayscale: #808080. Windows color (decimal): -11428503 or 6921553. OLE color: 6921553.

HSL color Cylindrical-coordinate representation of color #519D69: hue angle of 138.95º 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 #519D69 is Cyan = 0.48, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.38.

Color convert

RGB81157105-
CMYK0.4800.330.38
HSL138.95º31.93%46.67%-
HSV(B)138.95º48.41%61.57%-
XYZ1826.8817.6-
YUV128.35114.8294.23-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 23.62%
GREEN value IS 157 (61.72% from 255) = 45.77%
BLUE value IS 105 (41.41% from 255) = 30.61%
R=23.62%
G=45.77%
B=30.61%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal811571050.4800.330.38138.9531.9346.67
Hex519D6930021268b202f
Octal12123515160041462134057
Binary1010001100111011101001110000010000110011010001011100000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #519D69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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