#509370

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

Shades of Ocean Green #509370

Tints of Ocean Green #509370

Color information

#509370 (or 0x509370) is unknown color: approx Ocean Green. HEX triplet: 50, 93 and 70. RGB value is (80,147,112). Sum of RGB (Red+Green+Blue) = 80+147+112=339 (44% of max value = 765). Red value is 80 (31.64% from 255 or 23.60% from 339); Green value is 147 (57.81% from 255 or 43.36% from 339); Blue value is 112 (44.14% from 255 or 33.04% from 339); Max value from RGB is 147 - color contains mainly: green. Hex color #509370 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #509370 is #AF6C8F. Grayscale: #7B7B7B. Windows color (decimal): -11496592 or 7377744. OLE color: 7377744.

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

Color convert

RGB80147112-
CMYK0.4600.240.42
HSL148.66º29.52%44.51%-
HSV(B)148.66º45.58%57.65%-
XYZ16.6723.7419.03-
YUV122.98121.897.35-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 23.60%
GREEN value IS 147 (57.81% from 255) = 43.36%
BLUE value IS 112 (44.14% from 255) = 33.04%
R=23.60%
G=43.36%
B=33.04%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal801471120.4600.240.42148.6629.5244.51
Hex5093702E0182A951e2d
Octal12022316056030522253655
Binary10100001001001111100001011100110001010101001010111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #509370

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #509370; }

 p { color: rgb(80,147,112); }

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

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

 a { background-color: rgb(80,147,112); }

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

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

 span { border-color: rgb(80,147,112); }

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