#509371

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

Shades of Ocean Green #509371

Tints of Ocean Green #509371

Color information

#509371 (or 0x509371) is unknown color: approx Ocean Green. HEX triplet: 50, 93 and 71. RGB value is (80,147,113). Sum of RGB (Red+Green+Blue) = 80+147+113=340 (45% of max value = 765). Red value is 80 (31.64% from 255 or 23.53% from 340); Green value is 147 (57.81% from 255 or 43.24% from 340); Blue value is 113 (44.53% from 255 or 33.24% from 340); Max value from RGB is 147 - color contains mainly: green. Hex color #509371 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #509371 is #AF6C8E. Grayscale: #7B7B7B. Windows color (decimal): -11496591 or 7443280. OLE color: 7443280.

HSL color Cylindrical-coordinate representation of color #509371: hue angle of 149.55º 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 #509371 is Cyan = 0.46, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.42.

Color convert

RGB80147113-
CMYK0.4600.230.42
HSL149.55º29.52%44.51%-
HSV(B)149.55º45.58%57.65%-
XYZ16.7223.7719.33-
YUV123.09122.397.26-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 23.53%
GREEN value IS 147 (57.81% from 255) = 43.24%
BLUE value IS 113 (44.53% from 255) = 33.24%
R=23.53%
G=43.24%
B=33.24%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal801471130.4600.230.42149.5529.5244.51
Hex5093712E0172A961e2d
Octal12022316156027522263655
Binary10100001001001111100011011100101111010101001011011110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #509371

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #509371; }

 p { color: rgb(80,147,113); }

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

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

 a { background-color: rgb(80,147,113); }

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

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

 span { border-color: rgb(80,147,113); }

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