#50956D

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

Shades of Ocean Green #50956D

Tints of Ocean Green #50956D

Color information

#50956D (or 0x50956D) is unknown color: approx Ocean Green. HEX triplet: 50, 95 and 6D. RGB value is (80,149,109). Sum of RGB (Red+Green+Blue) = 80+149+109=338 (44% of max value = 765). Red value is 80 (31.64% from 255 or 23.67% from 338); Green value is 149 (58.59% from 255 or 44.08% from 338); Blue value is 109 (42.97% from 255 or 32.25% from 338); Max value from RGB is 149 - color contains mainly: green. Hex color #50956D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #50956D is #AF6A92. Grayscale: #7B7B7B. Windows color (decimal): -11496083 or 7181648. OLE color: 7181648.

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

Color convert

RGB80149109-
CMYK0.4600.270.42
HSL145.22º30.13%44.9%-
HSV(B)145.22º46.31%58.43%-
XYZ16.8224.318.27-
YUV123.81119.6496.75-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 23.67%
GREEN value IS 149 (58.59% from 255) = 44.08%
BLUE value IS 109 (42.97% from 255) = 32.25%
R=23.67%
G=44.08%
B=32.25%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal801491090.4600.270.42145.2230.1344.9
Hex50956D2E01B2A911e2d
Octal12022515556033522213655
Binary10100001001010111011011011100110111010101001000111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50956D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #50956D; }

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

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

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

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

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

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

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

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