#12432E

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

Shades of Zuccini #12432E

Tints of Zuccini #12432E

Color information

#12432E (or 0x12432E) is unknown color: approx Zuccini. HEX triplet: 12, 43 and 2E. RGB value is (18,67,46). Sum of RGB (Red+Green+Blue) = 18+67+46=131 (17% of max value = 765). Red value is 18 (7.42% from 255 or 13.74% from 131); Green value is 67 (26.56% from 255 or 51.15% from 131); Blue value is 46 (18.36% from 255 or 35.11% from 131); Max value from RGB is 67 - color contains mainly: green. Hex color #12432E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #12432E is #EDBCD1. Grayscale: #313131. Windows color (decimal): -15580370 or 3031826. OLE color: 3031826.

HSL color Cylindrical-coordinate representation of color #12432E: hue angle of 154.29º degrees, saturation: 0.58, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #12432E is Cyan = 0.73, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.74.

Color convert

RGB186746-
CMYK0.7300.310.74
HSL154.29º57.65%16.67%-
HSV(B)154.29º73.13%26.27%-
XYZ2.754.343.28-
YUV49.96125.77105.21-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 13.74%
GREEN value IS 67 (26.56% from 255) = 51.15%
BLUE value IS 46 (18.36% from 255) = 35.11%
R=13.74%
G=51.15%
B=35.11%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal1867460.7300.310.74154.2957.6516.67
Hex12432E4901F4A9a3a11
Octal22103561110371122327221
Binary100101000011101110100100101111110010101001101011101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12432E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,67,46); }

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

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

 a { background-color: rgb(18,67,46); }

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

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

 span { border-color: rgb(18,67,46); }

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