#11442F

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

Shades of Zuccini #11442F

Tints of Zuccini #11442F

Color information

#11442F (or 0x11442F) is unknown color: approx Zuccini. HEX triplet: 11, 44 and 2F. RGB value is (17,68,47). Sum of RGB (Red+Green+Blue) = 17+68+47=132 (17% of max value = 765). Red value is 17 (7.03% from 255 or 12.88% from 132); Green value is 68 (26.95% from 255 or 51.52% from 132); Blue value is 47 (18.75% from 255 or 35.61% from 132); Max value from RGB is 68 - color contains mainly: green. Hex color #11442F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #11442F is #EEBBD0. Grayscale: #323232. Windows color (decimal): -15645649 or 3097617. OLE color: 3097617.

HSL color Cylindrical-coordinate representation of color #11442F: hue angle of 155.29º 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 #11442F is Cyan = 0.75, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.73.

Color convert

RGB176847-
CMYK0.7500.310.73
HSL155.29º60%16.67%-
HSV(B)155.29º75%26.67%-
XYZ2.814.463.4-
YUV50.36126.1104.21-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 12.88%
GREEN value IS 68 (26.95% from 255) = 51.52%
BLUE value IS 47 (18.75% from 255) = 35.61%
R=12.88%
G=51.52%
B=35.61%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal1768470.7500.310.73155.296016.67
Hex11442F4B01F499b3c11
Octal21104571130371112337421
Binary100011000100101111100101101111110010011001101111110010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11442F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #11442F; }

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

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

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

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

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

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

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

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