#519D68

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

Shades of Ocean Green #519D68

Tints of Ocean Green #519D68

Color information

#519D68 (or 0x519D68) is unknown color: approx Ocean Green. HEX triplet: 51, 9D and 68. RGB value is (81,157,104). Sum of RGB (Red+Green+Blue) = 81+157+104=342 (45% of max value = 765). Red value is 81 (32.03% from 255 or 23.68% from 342); Green value is 157 (61.72% from 255 or 45.91% from 342); Blue value is 104 (41.02% from 255 or 30.41% from 342); Max value from RGB is 157 - color contains mainly: green. Hex color #519D68 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #519D68 is #AE6297. Grayscale: #808080. Windows color (decimal): -11428504 or 6856017. OLE color: 6856017.

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

Color convert

RGB81157104-
CMYK0.4800.340.38
HSL138.16º31.93%46.67%-
HSV(B)138.16º48.41%61.57%-
XYZ17.9526.8617.34-
YUV128.23114.3294.31-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 23.68%
GREEN value IS 157 (61.72% from 255) = 45.91%
BLUE value IS 104 (41.02% from 255) = 30.41%
R=23.68%
G=45.91%
B=30.41%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal811571040.4800.340.38138.1631.9346.67
Hex519D6830022268a202f
Octal12123515060042462124057
Binary1010001100111011101000110000010001010011010001010100000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #519D68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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