#114426

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

Shades of Zuccini #114426

Tints of Zuccini #114426

Color information

#114426 (or 0x114426) is unknown color: approx Zuccini. HEX triplet: 11, 44 and 26. RGB value is (17,68,38). Sum of RGB (Red+Green+Blue) = 17+68+38=123 (16% of max value = 765). Red value is 17 (7.03% from 255 or 13.82% from 123); Green value is 68 (26.95% from 255 or 55.28% from 123); Blue value is 38 (15.23% from 255 or 30.89% from 123); Max value from RGB is 68 - color contains mainly: green. Hex color #114426 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #114426 is #EEBBD9. Grayscale: #313131. Windows color (decimal): -15645658 or 2507793. OLE color: 2507793.

HSL color Cylindrical-coordinate representation of color #114426: hue angle of 144.71º degrees, saturation: 0.6, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #114426 is Cyan = 0.75, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.73.

Color convert

RGB176838-
CMYK0.7500.440.73
HSL144.71º60%16.67%-
HSV(B)144.71º75%26.67%-
XYZ2.654.392.54-
YUV49.33121.6104.94-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 13.82%
GREEN value IS 68 (26.95% from 255) = 55.28%
BLUE value IS 38 (15.23% from 255) = 30.89%
R=13.82%
G=55.28%
B=30.89%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal1768380.7500.440.73144.716016.67
Hex1144264B02C49913c11
Octal21104461130541112217421
Binary1000110001001001101001011010110010010011001000111110010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #114426

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #114426; }

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

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

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

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

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

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

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

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