#509A74

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

Shades of Ocean Green #509A74

Tints of Ocean Green #509A74

Color information

#509A74 (or 0x509A74) is unknown color: approx Ocean Green. HEX triplet: 50, 9A and 74. RGB value is (80,154,116). Sum of RGB (Red+Green+Blue) = 80+154+116=350 (46% of max value = 765). Red value is 80 (31.64% from 255 or 22.86% from 350); Green value is 154 (60.55% from 255 or 44% from 350); Blue value is 116 (45.70% from 255 or 33.14% from 350); Max value from RGB is 154 - color contains mainly: green. Hex color #509A74 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #509A74 is #AF658B. Grayscale: #7F7F7F. Windows color (decimal): -11494796 or 7641680. OLE color: 7641680.

HSL color Cylindrical-coordinate representation of color #509A74: hue angle of 149.19º degrees, saturation: 0.32, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #509A74 is Cyan = 0.48, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.40.

Color convert

RGB80154116-
CMYK0.4800.250.40
HSL149.19º31.62%45.88%-
HSV(B)149.19º48.05%60.39%-
XYZ18.0226.0820.61-
YUV127.54121.4894.09-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 22.86%
GREEN value IS 154 (60.55% from 255) = 44%
BLUE value IS 116 (45.70% from 255) = 33.14%
R=22.86%
G=44%
B=33.14%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal801541160.4800.250.40149.1931.6245.88
Hex509A74300192895202e
Octal12023216460031502254056
Binary101000010011010111010011000001100110100010010101100000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #509A74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,154,116); }

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

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

 a { background-color: rgb(80,154,116); }

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

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

 span { border-color: rgb(80,154,116); }

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