#509575

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

Shades of Ocean Green #509575

Tints of Ocean Green #509575

Color information

#509575 (or 0x509575) is unknown color: approx Ocean Green. HEX triplet: 50, 95 and 75. RGB value is (80,149,117). Sum of RGB (Red+Green+Blue) = 80+149+117=346 (45% of max value = 765). Red value is 80 (31.64% from 255 or 23.12% from 346); Green value is 149 (58.59% from 255 or 43.06% from 346); Blue value is 117 (46.09% from 255 or 33.82% from 346); Max value from RGB is 149 - color contains mainly: green. Hex color #509575 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #509575 is #AF6A8A. Grayscale: #7C7C7C. Windows color (decimal): -11496075 or 7705936. OLE color: 7705936.

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

Color convert

RGB80149117-
CMYK0.4600.210.42
HSL152.17º30.13%44.9%-
HSV(B)152.17º46.31%58.43%-
XYZ17.2724.4820.65-
YUV124.72123.6496.1-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 23.12%
GREEN value IS 149 (58.59% from 255) = 43.06%
BLUE value IS 117 (46.09% from 255) = 33.82%
R=23.12%
G=43.06%
B=33.82%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal801491170.4600.210.42152.1730.1344.9
Hex5095752E0152A981e2d
Octal12022516556025522303655
Binary10100001001010111101011011100101011010101001100011110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #509575

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #509575; }

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

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

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

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

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

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

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

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