#519569

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

Shades of Ocean Green #519569

Tints of Ocean Green #519569

Color information

#519569 (or 0x519569) is unknown color: approx Ocean Green. HEX triplet: 51, 95 and 69. RGB value is (81,149,105). Sum of RGB (Red+Green+Blue) = 81+149+105=335 (44% of max value = 765). Red value is 81 (32.03% from 255 or 24.18% from 335); Green value is 149 (58.59% from 255 or 44.48% from 335); Blue value is 105 (41.41% from 255 or 31.34% from 335); Max value from RGB is 149 - color contains mainly: green. Hex color #519569 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #519569 is #AE6A96. Grayscale: #7B7B7B. Windows color (decimal): -11430551 or 6919505. OLE color: 6919505.

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

Color convert

RGB81149105-
CMYK0.4600.300.42
HSL141.18º29.57%45.1%-
HSV(B)141.18º45.64%58.43%-
XYZ16.6924.2617.17-
YUV123.65117.4797.58-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 24.18%
GREEN value IS 149 (58.59% from 255) = 44.48%
BLUE value IS 105 (41.41% from 255) = 31.34%
R=24.18%
G=44.48%
B=31.34%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal811491050.4600.300.42141.1829.5745.1
Hex5195692E01E2A8d1e2d
Octal12122515156036522153655
Binary10100011001010111010011011100111101010101000110111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #519569

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #519569; }

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

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

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

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

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

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

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

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