#509473

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

Shades of Ocean Green #509473

Tints of Ocean Green #509473

Color information

#509473 (or 0x509473) is unknown color: approx Ocean Green. HEX triplet: 50, 94 and 73. RGB value is (80,148,115). Sum of RGB (Red+Green+Blue) = 80+148+115=343 (45% of max value = 765). Red value is 80 (31.64% from 255 or 23.32% from 343); Green value is 148 (58.20% from 255 or 43.15% from 343); Blue value is 115 (45.31% from 255 or 33.53% from 343); Max value from RGB is 148 - color contains mainly: green. Hex color #509473 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #509473 is #AF6B8C. Grayscale: #7B7B7B. Windows color (decimal): -11496333 or 7574608. OLE color: 7574608.

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

Color convert

RGB80148115-
CMYK0.4600.220.42
HSL150.88º29.82%44.71%-
HSV(B)150.88º45.95%58.04%-
XYZ16.9924.1219.98-
YUV123.91122.9796.68-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 23.32%
GREEN value IS 148 (58.20% from 255) = 43.15%
BLUE value IS 115 (45.31% from 255) = 33.53%
R=23.32%
G=43.15%
B=33.53%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal801481150.4600.220.42150.8829.8244.71
Hex5094732E0162A971e2d
Octal12022416356026522273655
Binary10100001001010011100111011100101101010101001011111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #509473

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #509473; }

 p { color: rgb(80,148,115); }

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

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

 a { background-color: rgb(80,148,115); }

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

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

 span { border-color: rgb(80,148,115); }

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