#519268

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

Shades of Ocean Green #519268

Tints of Ocean Green #519268

Color information

#519268 (or 0x519268) is unknown color: approx Ocean Green. HEX triplet: 51, 92 and 68. RGB value is (81,146,104). Sum of RGB (Red+Green+Blue) = 81+146+104=331 (43% of max value = 765). Red value is 81 (32.03% from 255 or 24.47% from 331); Green value is 146 (57.42% from 255 or 44.11% from 331); Blue value is 104 (41.02% from 255 or 31.42% from 331); Max value from RGB is 146 - color contains mainly: green. Hex color #519268 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #519268 is #AE6D97. Grayscale: #797979. Windows color (decimal): -11431320 or 6853201. OLE color: 6853201.

HSL color Cylindrical-coordinate representation of color #519268: hue angle of 141.23º degrees, saturation: 0.29, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #519268 is Cyan = 0.45, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.43.

Color convert

RGB81146104-
CMYK0.4500.290.43
HSL141.23º28.63%44.51%-
HSV(B)141.23º44.52%57.25%-
XYZ16.1723.3116.74-
YUV121.78117.9798.92-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 24.47%
GREEN value IS 146 (57.42% from 255) = 44.11%
BLUE value IS 104 (41.02% from 255) = 31.42%
R=24.47%
G=44.11%
B=31.42%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal811461040.4500.290.43141.2328.6344.51
Hex5192682D01D2B8d1d2d
Octal12122215055035532153555
Binary10100011001001011010001011010111011010111000110111101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #519268

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #519268; }

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

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

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

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

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

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

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

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