#519674

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

Shades of Ocean Green #519674

Tints of Ocean Green #519674

Color information

#519674 (or 0x519674) is unknown color: approx Ocean Green. HEX triplet: 51, 96 and 74. RGB value is (81,150,116). Sum of RGB (Red+Green+Blue) = 81+150+116=347 (45% of max value = 765). Red value is 81 (32.03% from 255 or 23.34% from 347); Green value is 150 (58.98% from 255 or 43.23% from 347); Blue value is 116 (45.70% from 255 or 33.43% from 347); Max value from RGB is 150 - color contains mainly: green. Hex color #519674 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #519674 is #AE698B. Grayscale: #7D7D7D. Windows color (decimal): -11430284 or 7640657. OLE color: 7640657.

HSL color Cylindrical-coordinate representation of color #519674: hue angle of 150.43º degrees, saturation: 0.3, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #519674 is Cyan = 0.46, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.41.

Color convert

RGB81150116-
CMYK0.4600.230.41
HSL150.43º29.87%45.29%-
HSV(B)150.43º46%58.82%-
XYZ17.4524.8220.39-
YUV125.49122.6496.26-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 23.34%
GREEN value IS 150 (58.98% from 255) = 43.23%
BLUE value IS 116 (45.70% from 255) = 33.43%
R=23.34%
G=43.23%
B=33.43%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal811501160.4600.230.41150.4329.8745.29
Hex5196742E01729961e2d
Octal12122616456027512263655
Binary10100011001011011101001011100101111010011001011011110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #519674

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #519674; }

 p { color: rgb(81,150,116); }

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

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

 a { background-color: rgb(81,150,116); }

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

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

 span { border-color: rgb(81,150,116); }

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