#509C74

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

Shades of Ocean Green #509C74

Tints of Ocean Green #509C74

Color information

#509C74 (or 0x509C74) is unknown color: approx Ocean Green. HEX triplet: 50, 9C and 74. RGB value is (80,156,116). Sum of RGB (Red+Green+Blue) = 80+156+116=352 (46% of max value = 765). Red value is 80 (31.64% from 255 or 22.73% from 352); Green value is 156 (61.33% from 255 or 44.32% from 352); Blue value is 116 (45.70% from 255 or 32.95% from 352); Max value from RGB is 156 - color contains mainly: green. Hex color #509C74 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #509C74 is #AF638B. Grayscale: #808080. Windows color (decimal): -11494284 or 7642192. OLE color: 7642192.

HSL color Cylindrical-coordinate representation of color #509C74: hue angle of 148.42º 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 #509C74 is Cyan = 0.49, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.39.

Color convert

RGB80156116-
CMYK0.4900.260.39
HSL148.42º32.2%46.27%-
HSV(B)148.42º48.72%61.18%-
XYZ18.3526.7420.72-
YUV128.72120.8293.25-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 22.73%
GREEN value IS 156 (61.33% from 255) = 44.32%
BLUE value IS 116 (45.70% from 255) = 32.95%
R=22.73%
G=44.32%
B=32.95%

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
Decimal801561160.4900.260.39148.4232.246.27
Hex509C743101A2794202e
Octal12023416461032472244056
Binary101000010011100111010011000101101010011110010100100000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #509C74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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