#509777

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

Shades of Ocean Green #509777

Tints of Ocean Green #509777

Color information

#509777 (or 0x509777) is unknown color: approx Ocean Green. HEX triplet: 50, 97 and 77. RGB value is (80,151,119). Sum of RGB (Red+Green+Blue) = 80+151+119=350 (46% of max value = 765). Red value is 80 (31.64% from 255 or 22.86% from 350); Green value is 151 (59.38% from 255 or 43.14% from 350); Blue value is 119 (46.88% from 255 or 34% from 350); Max value from RGB is 151 - color contains mainly: green. Hex color #509777 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #509777 is #AF6888. Grayscale: #7E7E7E. Windows color (decimal): -11495561 or 7837520. OLE color: 7837520.

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

Color convert

RGB80151119-
CMYK0.4700.210.41
HSL152.96º30.74%45.29%-
HSV(B)152.96º47.02%59.22%-
XYZ17.725.1721.38-
YUV126.12123.9895.1-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 22.86%
GREEN value IS 151 (59.38% from 255) = 43.14%
BLUE value IS 119 (46.88% from 255) = 34%
R=22.86%
G=43.14%
B=34%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal801511190.4700.210.41152.9630.7445.29
Hex5097772F01529991f2d
Octal12022716757025512313755
Binary10100001001011111101111011110101011010011001100111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #509777

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #509777; }

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

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

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

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

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

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

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

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