#509875

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

Shades of Ocean Green #509875

Tints of Ocean Green #509875

Color information

#509875 (or 0x509875) is unknown color: approx Ocean Green. HEX triplet: 50, 98 and 75. RGB value is (80,152,117). Sum of RGB (Red+Green+Blue) = 80+152+117=349 (46% of max value = 765). Red value is 80 (31.64% from 255 or 22.92% from 349); Green value is 152 (59.77% from 255 or 43.55% from 349); Blue value is 117 (46.09% from 255 or 33.52% from 349); Max value from RGB is 152 - color contains mainly: green. Hex color #509875 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #509875 is #AF678A. Grayscale: #7E7E7E. Windows color (decimal): -11495307 or 7706704. OLE color: 7706704.

HSL color Cylindrical-coordinate representation of color #509875: hue angle of 150.83º degrees, saturation: 0.31, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #509875 is Cyan = 0.47, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.40.

Color convert

RGB80152117-
CMYK0.4700.230.40
HSL150.83º31.03%45.49%-
HSV(B)150.83º47.37%59.61%-
XYZ17.7525.4520.81-
YUV126.48122.6594.85-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 22.92%
GREEN value IS 152 (59.77% from 255) = 43.55%
BLUE value IS 117 (46.09% from 255) = 33.52%
R=22.92%
G=43.55%
B=33.52%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal801521170.4700.230.40150.8331.0345.49
Hex5098752F01728971f2d
Octal12023016557027502273755
Binary10100001001100011101011011110101111010001001011111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #509875

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #509875; }

 p { color: rgb(80,152,117); }

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

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

 a { background-color: rgb(80,152,117); }

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

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

 span { border-color: rgb(80,152,117); }

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