#11452E

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

Shades of Zuccini #11452E

Tints of Zuccini #11452E

Color information

#11452E (or 0x11452E) is unknown color: approx Zuccini. HEX triplet: 11, 45 and 2E. RGB value is (17,69,46). Sum of RGB (Red+Green+Blue) = 17+69+46=132 (17% of max value = 765). Red value is 17 (7.03% from 255 or 12.88% from 132); Green value is 69 (27.34% from 255 or 52.27% from 132); Blue value is 46 (18.36% from 255 or 34.85% from 132); Max value from RGB is 69 - color contains mainly: green. Hex color #11452E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #11452E is #EEBAD1. Grayscale: #323232. Windows color (decimal): -15645394 or 3032337. OLE color: 3032337.

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

Color convert

RGB176946-
CMYK0.7500.330.73
HSL153.46º60.47%16.86%-
HSV(B)153.46º75.36%27.06%-
XYZ2.854.573.32-
YUV50.83125.27103.87-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 12.88%
GREEN value IS 69 (27.34% from 255) = 52.27%
BLUE value IS 46 (18.36% from 255) = 34.85%
R=12.88%
G=52.27%
B=34.85%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal1769460.7500.330.73153.4660.4716.86
Hex11452E4B02149993c11
Octal21105561130411112317421
Binary1000110001011011101001011010000110010011001100111110010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11452E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #11452E; }

 p { color: rgb(17,69,46); }

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

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

 a { background-color: rgb(17,69,46); }

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

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

 span { border-color: rgb(17,69,46); }

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