#114A26

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

Shades of Zuccini #114A26

Tints of Zuccini #114A26

Color information

#114A26 (or 0x114A26) is unknown color: approx Zuccini. HEX triplet: 11, 4A and 26. RGB value is (17,74,38). Sum of RGB (Red+Green+Blue) = 17+74+38=129 (17% of max value = 765). Red value is 17 (7.03% from 255 or 13.18% from 129); Green value is 74 (29.30% from 255 or 57.36% from 129); Blue value is 38 (15.23% from 255 or 29.46% from 129); Max value from RGB is 74 - color contains mainly: green. Hex color #114A26 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #114A26 is #EEB5D9. Grayscale: #343434. Windows color (decimal): -15644122 or 2509329. OLE color: 2509329.

HSL color Cylindrical-coordinate representation of color #114A26: hue angle of 142.11º degrees, saturation: 0.63, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #114A26 is Cyan = 0.77, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.71.

Color convert

RGB177438-
CMYK0.7700.490.71
HSL142.11º62.64%17.84%-
HSV(B)142.11º77.03%29.02%-
XYZ3.035.162.67-
YUV52.85119.62102.43-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 13.18%
GREEN value IS 74 (29.30% from 255) = 57.36%
BLUE value IS 38 (15.23% from 255) = 29.46%
R=13.18%
G=57.36%
B=29.46%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal1774380.7700.490.71142.1162.6417.84
Hex114A264D031478e3f12
Octal21112461150611072167722
Binary1000110010101001101001101011000110001111000111011111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #114A26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(17,74,38); }

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

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

 a { background-color: rgb(17,74,38); }

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

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

 span { border-color: rgb(17,74,38); }

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