#519471

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

Shades of Ocean Green #519471

Tints of Ocean Green #519471

Color information

#519471 (or 0x519471) is unknown color: approx Ocean Green. HEX triplet: 51, 94 and 71. RGB value is (81,148,113). Sum of RGB (Red+Green+Blue) = 81+148+113=342 (45% of max value = 765). Red value is 81 (32.03% from 255 or 23.68% from 342); Green value is 148 (58.20% from 255 or 43.27% from 342); Blue value is 113 (44.53% from 255 or 33.04% from 342); Max value from RGB is 148 - color contains mainly: green. Hex color #519471 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #519471 is #AE6B8E. Grayscale: #7C7C7C. Windows color (decimal): -11430799 or 7443537. OLE color: 7443537.

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

Color convert

RGB81148113-
CMYK0.4500.240.42
HSL148.66º29.26%44.9%-
HSV(B)148.66º45.27%58.04%-
XYZ16.9624.1219.38-
YUV123.98121.897.35-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 23.68%
GREEN value IS 148 (58.20% from 255) = 43.27%
BLUE value IS 113 (44.53% from 255) = 33.04%
R=23.68%
G=43.27%
B=33.04%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal811481130.4500.240.42148.6629.2644.9
Hex5194712D0182A951d2d
Octal12122416155030522253555
Binary10100011001010011100011011010110001010101001010111101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #519471

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #519471; }

 p { color: rgb(81,148,113); }

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

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

 a { background-color: rgb(81,148,113); }

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

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

 span { border-color: rgb(81,148,113); }

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