#50996C

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

Shades of Ocean Green #50996C

Tints of Ocean Green #50996C

Color information

#50996C (or 0x50996C) is unknown color: approx Ocean Green. HEX triplet: 50, 99 and 6C. RGB value is (80,153,108). Sum of RGB (Red+Green+Blue) = 80+153+108=341 (45% of max value = 765). Red value is 80 (31.64% from 255 or 23.46% from 341); Green value is 153 (60.16% from 255 or 44.87% from 341); Blue value is 108 (42.58% from 255 or 31.67% from 341); Max value from RGB is 153 - color contains mainly: green. Hex color #50996C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #50996C is #AF6693. Grayscale: #7E7E7E. Windows color (decimal): -11495060 or 7117136. OLE color: 7117136.

HSL color Cylindrical-coordinate representation of color #50996C: hue angle of 143.01º degrees, saturation: 0.31, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #50996C is Cyan = 0.48, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.4.

Color convert

RGB80153108-
CMYK0.4800.290.4
HSL143.01º31.33%45.69%-
HSV(B)143.01º47.71%60%-
XYZ17.4125.5718.21-
YUV126.04117.8295.16-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 23.46%
GREEN value IS 153 (60.16% from 255) = 44.87%
BLUE value IS 108 (42.58% from 255) = 31.67%
R=23.46%
G=44.87%
B=31.67%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal801531080.4800.290.4143.0131.3345.69
Hex50996C3001D288f1f2e
Octal12023115460035502173756
Binary10100001001100111011001100000111011010001000111111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50996C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #50996C; }

 p { color: rgb(80,153,108); }

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

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

 a { background-color: rgb(80,153,108); }

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

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

 span { border-color: rgb(80,153,108); }

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