#11452B

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

Shades of Zuccini #11452B

Tints of Zuccini #11452B

Color information

#11452B (or 0x11452B) is unknown color: approx Zuccini. HEX triplet: 11, 45 and 2B. RGB value is (17,69,43). Sum of RGB (Red+Green+Blue) = 17+69+43=129 (17% of max value = 765). Red value is 17 (7.03% from 255 or 13.18% from 129); Green value is 69 (27.34% from 255 or 53.49% from 129); Blue value is 43 (17.19% from 255 or 33.33% from 129); Max value from RGB is 69 - color contains mainly: green. Hex color #11452B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #11452B is #EEBAD4. Grayscale: #323232. Windows color (decimal): -15645397 or 2835729. OLE color: 2835729.

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

Color convert

RGB176943-
CMYK0.7500.380.73
HSL150º60.47%16.86%-
HSV(B)150º75.36%27.06%-
XYZ2.84.553.02-
YUV50.49123.77104.11-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 13.18%
GREEN value IS 69 (27.34% from 255) = 53.49%
BLUE value IS 43 (17.19% from 255) = 33.33%
R=13.18%
G=53.49%
B=33.33%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal1769430.7500.380.7315060.4716.86
Hex11452B4B02649963c11
Octal21105531130461112267421
Binary1000110001011010111001011010011010010011001011011110010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11452B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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