#114D2B

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

Shades of Zuccini #114D2B

Tints of Zuccini #114D2B

Color information

#114D2B (or 0x114D2B) is unknown color: approx Zuccini. HEX triplet: 11, 4D and 2B. RGB value is (17,77,43). Sum of RGB (Red+Green+Blue) = 17+77+43=137 (18% of max value = 765). Red value is 17 (7.03% from 255 or 12.41% from 137); Green value is 77 (30.47% from 255 or 56.20% from 137); Blue value is 43 (17.19% from 255 or 31.39% from 137); Max value from RGB is 77 - color contains mainly: green. Hex color #114D2B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #114D2B is #EEB2D4. Grayscale: #373737. Windows color (decimal): -15643349 or 2837777. OLE color: 2837777.

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

Color convert

RGB177743-
CMYK0.7800.440.70
HSL146º63.83%18.43%-
HSV(B)146º77.92%30.2%-
XYZ3.325.63.19-
YUV55.18121.12100.76-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 12.41%
GREEN value IS 77 (30.47% from 255) = 56.20%
BLUE value IS 43 (17.19% from 255) = 31.39%
R=12.41%
G=56.20%
B=31.39%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal1777430.7800.440.7014663.8318.43
Hex114D2B4E02C46924012
Octal211155311605410622210022
Binary10001100110110101110011100101100100011010010010100000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #114D2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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