#114D2C

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

Shades of Zuccini #114D2C

Tints of Zuccini #114D2C

Color information

#114D2C (or 0x114D2C) is unknown color: approx Zuccini. HEX triplet: 11, 4D and 2C. RGB value is (17,77,44). Sum of RGB (Red+Green+Blue) = 17+77+44=138 (18% of max value = 765). Red value is 17 (7.03% from 255 or 12.32% from 138); Green value is 77 (30.47% from 255 or 55.80% from 138); Blue value is 44 (17.58% from 255 or 31.88% from 138); Max value from RGB is 77 - color contains mainly: green. Hex color #114D2C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #114D2C is #EEB2D3. Grayscale: #373737. Windows color (decimal): -15643348 or 2903313. OLE color: 2903313.

HSL color Cylindrical-coordinate representation of color #114D2C: hue angle of 147º 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 #114D2C is Cyan = 0.78, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.70.

Color convert

RGB177744-
CMYK0.7800.430.70
HSL147º63.83%18.43%-
HSV(B)147º77.92%30.2%-
XYZ3.345.613.29-
YUV55.3121.62100.68-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 12.32%
GREEN value IS 77 (30.47% from 255) = 55.80%
BLUE value IS 44 (17.58% from 255) = 31.88%
R=12.32%
G=55.80%
B=31.88%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal1777440.7800.430.7014763.8318.43
Hex114D2C4E02B46934012
Octal211155411605310622310022
Binary10001100110110110010011100101011100011010010011100000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #114D2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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