#509672

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

Shades of Ocean Green #509672

Tints of Ocean Green #509672

Color information

#509672 (or 0x509672) is unknown color: approx Ocean Green. HEX triplet: 50, 96 and 72. RGB value is (80,150,114). Sum of RGB (Red+Green+Blue) = 80+150+114=344 (45% of max value = 765). Red value is 80 (31.64% from 255 or 23.26% from 344); Green value is 150 (58.98% from 255 or 43.60% from 344); Blue value is 114 (44.92% from 255 or 33.14% from 344); Max value from RGB is 150 - color contains mainly: green. Hex color #509672 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #509672 is #AF698D. Grayscale: #7D7D7D. Windows color (decimal): -11495822 or 7509584. OLE color: 7509584.

HSL color Cylindrical-coordinate representation of color #509672: hue angle of 149.14º degrees, saturation: 0.3, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #509672 is Cyan = 0.47, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.41.

Color convert

RGB80150114-
CMYK0.4700.240.41
HSL149.14º30.43%45.1%-
HSV(B)149.14º46.67%58.82%-
XYZ17.2524.7319.78-
YUV124.97121.8195.93-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 23.26%
GREEN value IS 150 (58.98% from 255) = 43.60%
BLUE value IS 114 (44.92% from 255) = 33.14%
R=23.26%
G=43.60%
B=33.14%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal801501140.4700.240.41149.1430.4345.1
Hex5096722F01829951e2d
Octal12022616257030512253655
Binary10100001001011011100101011110110001010011001010111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #509672

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #509672; }

 p { color: rgb(80,150,114); }

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

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

 a { background-color: rgb(80,150,114); }

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

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

 span { border-color: rgb(80,150,114); }

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