#114E31

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

Shades of Zuccini #114E31

Tints of Zuccini #114E31

Color information

#114E31 (or 0x114E31) is unknown color: approx Zuccini. HEX triplet: 11, 4E and 31. RGB value is (17,78,49). Sum of RGB (Red+Green+Blue) = 17+78+49=144 (19% of max value = 765). Red value is 17 (7.03% from 255 or 11.81% from 144); Green value is 78 (30.86% from 255 or 54.17% from 144); Blue value is 49 (19.53% from 255 or 34.03% from 144); Max value from RGB is 78 - color contains mainly: green. Hex color #114E31 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #114E31 is #EEB1CE. Grayscale: #383838. Windows color (decimal): -15643087 or 3231249. OLE color: 3231249.

HSL color Cylindrical-coordinate representation of color #114E31: hue angle of 151.48º degrees, saturation: 0.64, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #114E31 is Cyan = 0.78, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.69.

Color convert

RGB177849-
CMYK0.7800.370.69
HSL151.48º64.21%18.63%-
HSV(B)151.48º78.21%30.59%-
XYZ3.515.793.84-
YUV56.45123.7999.86-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 11.81%
GREEN value IS 78 (30.86% from 255) = 54.17%
BLUE value IS 49 (19.53% from 255) = 34.03%
R=11.81%
G=54.17%
B=34.03%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal1778490.7800.370.69151.4864.2118.63
Hex114E314E02545974013
Octal211166111604510522710023
Binary10001100111011000110011100100101100010110010111100000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #114E31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(17,78,49); }

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

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

 a { background-color: rgb(17,78,49); }

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

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

 span { border-color: rgb(17,78,49); }

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