#509768

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

Shades of Ocean Green #509768

Tints of Ocean Green #509768

Color information

#509768 (or 0x509768) is unknown color: approx Ocean Green. HEX triplet: 50, 97 and 68. RGB value is (80,151,104). Sum of RGB (Red+Green+Blue) = 80+151+104=335 (44% of max value = 765). Red value is 80 (31.64% from 255 or 23.88% from 335); Green value is 151 (59.38% from 255 or 45.07% from 335); Blue value is 104 (41.02% from 255 or 31.04% from 335); Max value from RGB is 151 - color contains mainly: green. Hex color #509768 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #509768 is #AF6897. Grayscale: #7C7C7C. Windows color (decimal): -11495576 or 6854480. OLE color: 6854480.

HSL color Cylindrical-coordinate representation of color #509768: hue angle of 140.28º degrees, saturation: 0.31, 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 #509768 is Cyan = 0.47, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.41.

Color convert

RGB80151104-
CMYK0.4700.310.41
HSL140.28º30.74%45.29%-
HSV(B)140.28º47.02%59.22%-
XYZ16.8724.8417-
YUV124.41116.4896.32-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 23.88%
GREEN value IS 151 (59.38% from 255) = 45.07%
BLUE value IS 104 (41.02% from 255) = 31.04%
R=23.88%
G=45.07%
B=31.04%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal801511040.4700.310.41140.2830.7445.29
Hex5097682F01F298c1f2d
Octal12022715057037512143755
Binary10100001001011111010001011110111111010011000110011111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #509768

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #509768; }

 p { color: rgb(80,151,104); }

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

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

 a { background-color: rgb(80,151,104); }

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

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

 span { border-color: rgb(80,151,104); }

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