#114D2E

Color #114D2E Zuccini (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Zuccini #114D2E

Tints of Zuccini #114D2E

Color information

#114D2E (or 0x114D2E) is unknown color: approx Zuccini. HEX triplet: 11, 4D and 2E. RGB value is (17,77,46). Sum of RGB (Red+Green+Blue) = 17+77+46=140 (18% of max value = 765). Red value is 17 (7.03% from 255 or 12.14% from 140); Green value is 77 (30.47% from 255 or 55% from 140); Blue value is 46 (18.36% from 255 or 32.86% from 140); Max value from RGB is 77 - color contains mainly: green. Hex color #114D2E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #114D2E is #EEB2D1. Grayscale: #373737. Windows color (decimal): -15643346 or 3034385. OLE color: 3034385.

HSL color Cylindrical-coordinate representation of color #114D2E: hue angle of 149º degrees, saturation: 0.64, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #114D2E is Cyan = 0.78, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.70.

Color convert

RGB177746-
CMYK0.7800.400.70
HSL149º63.83%18.43%-
HSV(B)149º77.92%30.2%-
XYZ3.385.623.49-
YUV55.53122.62100.52-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 12.14%
GREEN value IS 77 (30.47% from 255) = 55%
BLUE value IS 46 (18.36% from 255) = 32.86%
R=12.14%
G=55%
B=32.86%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal1777460.7800.400.7014963.8318.43
Hex114D2E4E02846954012
Octal211155611605010622510022
Binary10001100110110111010011100101000100011010010101100000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #114D2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #114D2E; }

 p { color: rgb(17,77,46); }

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

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

 a { background-color: rgb(17,77,46); }

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

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

 span { border-color: rgb(17,77,46); }

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