#509269

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

Shades of Ocean Green #509269

Tints of Ocean Green #509269

Color information

#509269 (or 0x509269) is unknown color: approx Ocean Green. HEX triplet: 50, 92 and 69. RGB value is (80,146,105). Sum of RGB (Red+Green+Blue) = 80+146+105=331 (43% of max value = 765). Red value is 80 (31.64% from 255 or 24.17% from 331); Green value is 146 (57.42% from 255 or 44.11% from 331); Blue value is 105 (41.41% from 255 or 31.72% from 331); Max value from RGB is 146 - color contains mainly: green. Hex color #509269 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #509269 is #AF6D96. Grayscale: #797979. Windows color (decimal): -11496855 or 6918736. OLE color: 6918736.

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

Color convert

RGB80146105-
CMYK0.4500.280.43
HSL142.73º29.2%44.31%-
HSV(B)142.73º45.21%57.25%-
XYZ16.1423.2817.01-
YUV121.59118.6398.33-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 24.17%
GREEN value IS 146 (57.42% from 255) = 44.11%
BLUE value IS 105 (41.41% from 255) = 31.72%
R=24.17%
G=44.11%
B=31.72%

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
Decimal801461050.4500.280.43142.7329.244.31
Hex5092692D01C2B8f1d2c
Octal12022215155034532173554
Binary10100001001001011010011011010111001010111000111111101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #509269

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #509269; }

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

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

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

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

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

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

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

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