#12412D

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

Shades of Zuccini #12412D

Tints of Zuccini #12412D

Color information

#12412D (or 0x12412D) is unknown color: approx Zuccini. HEX triplet: 12, 41 and 2D. RGB value is (18,65,45). Sum of RGB (Red+Green+Blue) = 18+65+45=128 (16% of max value = 765). Red value is 18 (7.42% from 255 or 14.06% from 128); Green value is 65 (25.78% from 255 or 50.78% from 128); Blue value is 45 (17.97% from 255 or 35.16% from 128); Max value from RGB is 65 - color contains mainly: green. Hex color #12412D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #12412D is #EDBED2. Grayscale: #303030. Windows color (decimal): -15580883 or 2965778. OLE color: 2965778.

HSL color Cylindrical-coordinate representation of color #12412D: hue angle of 154.47º degrees, saturation: 0.57, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #12412D is Cyan = 0.72, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.75.

Color convert

RGB186545-
CMYK0.7200.310.75
HSL154.47º56.63%16.27%-
HSV(B)154.47º72.31%25.49%-
XYZ2.614.13.14-
YUV48.67125.93106.13-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 14.06%
GREEN value IS 65 (25.78% from 255) = 50.78%
BLUE value IS 45 (17.97% from 255) = 35.16%
R=14.06%
G=50.78%
B=35.16%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal1865450.7200.310.75154.4756.6316.27
Hex12412D4801F4B9a3910
Octal22101551100371132327120
Binary100101000001101101100100001111110010111001101011100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12412D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #12412D; }

 p { color: rgb(18,65,45); }

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

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

 a { background-color: rgb(18,65,45); }

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

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

 span { border-color: rgb(18,65,45); }

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