#509C73

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

Shades of Ocean Green #509C73

Tints of Ocean Green #509C73

Color information

#509C73 (or 0x509C73) is unknown color: approx Ocean Green. HEX triplet: 50, 9C and 73. RGB value is (80,156,115). Sum of RGB (Red+Green+Blue) = 80+156+115=351 (46% of max value = 765). Red value is 80 (31.64% from 255 or 22.79% from 351); Green value is 156 (61.33% from 255 or 44.44% from 351); Blue value is 115 (45.31% from 255 or 32.76% from 351); Max value from RGB is 156 - color contains mainly: green. Hex color #509C73 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #509C73 is #AF638C. Grayscale: #808080. Windows color (decimal): -11494285 or 7576656. OLE color: 7576656.

HSL color Cylindrical-coordinate representation of color #509C73: hue angle of 147.63º degrees, saturation: 0.32, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #509C73 is Cyan = 0.49, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.39.

Color convert

RGB80156115-
CMYK0.4900.260.39
HSL147.63º32.2%46.27%-
HSV(B)147.63º48.72%61.18%-
XYZ18.2926.7220.41-
YUV128.6120.3293.33-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 22.79%
GREEN value IS 156 (61.33% from 255) = 44.44%
BLUE value IS 115 (45.31% from 255) = 32.76%
R=22.79%
G=44.44%
B=32.76%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal801561150.4900.260.39147.6332.246.27
Hex509C733101A2794202e
Octal12023416361032472244056
Binary101000010011100111001111000101101010011110010100100000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #509C73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #509C73; }

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

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

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

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

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

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

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

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