#509169

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

Shades of Ocean Green #509169

Tints of Ocean Green #509169

Color information

#509169 (or 0x509169) is unknown color: approx Ocean Green. HEX triplet: 50, 91 and 69. RGB value is (80,145,105). Sum of RGB (Red+Green+Blue) = 80+145+105=330 (43% of max value = 765). Red value is 80 (31.64% from 255 or 24.24% from 330); Green value is 145 (57.03% from 255 or 43.94% from 330); Blue value is 105 (41.41% from 255 or 31.82% from 330); Max value from RGB is 145 - color contains mainly: green. Hex color #509169 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #509169 is #AF6E96. Grayscale: #797979. Windows color (decimal): -11497111 or 6918480. OLE color: 6918480.

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

Color convert

RGB80145105-
CMYK0.4500.280.43
HSL143.08º28.89%44.12%-
HSV(B)143.08º44.83%56.86%-
XYZ15.9822.9816.96-
YUV121118.9798.75-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 24.24%
GREEN value IS 145 (57.03% from 255) = 43.94%
BLUE value IS 105 (41.41% from 255) = 31.82%
R=24.24%
G=43.94%
B=31.82%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal801451050.4500.280.43143.0828.8944.12
Hex5091692D01C2B8f1d2c
Octal12022115155034532173554
Binary10100001001000111010011011010111001010111000111111101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #509169

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #509169; }

 p { color: rgb(80,145,105); }

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

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

 a { background-color: rgb(80,145,105); }

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

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

 span { border-color: rgb(80,145,105); }

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