#519869

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

Shades of Ocean Green #519869

Tints of Ocean Green #519869

Color information

#519869 (or 0x519869) is unknown color: approx Ocean Green. HEX triplet: 51, 98 and 69. RGB value is (81,152,105). Sum of RGB (Red+Green+Blue) = 81+152+105=338 (44% of max value = 765). Red value is 81 (32.03% from 255 or 23.96% from 338); Green value is 152 (59.77% from 255 or 44.97% from 338); Blue value is 105 (41.41% from 255 or 31.07% from 338); Max value from RGB is 152 - color contains mainly: green. Hex color #519869 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #519869 is #AE6796. Grayscale: #7D7D7D. Windows color (decimal): -11429783 or 6920273. OLE color: 6920273.

HSL color Cylindrical-coordinate representation of color #519869: hue angle of 140.28º degrees, saturation: 0.3, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #519869 is Cyan = 0.47, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.40.

Color convert

RGB81152105-
CMYK0.4700.310.40
HSL140.28º30.47%45.69%-
HSV(B)140.28º46.71%59.61%-
XYZ17.1725.2317.33-
YUV125.41116.4896.32-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 23.96%
GREEN value IS 152 (59.77% from 255) = 44.97%
BLUE value IS 105 (41.41% from 255) = 31.07%
R=23.96%
G=44.97%
B=31.07%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal811521050.4700.310.40140.2830.4745.69
Hex5198692F01F288c1e2e
Octal12123015157037502143656
Binary10100011001100011010011011110111111010001000110011110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #519869

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #519869; }

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

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

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

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

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

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

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

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