#124326

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

Shades of Zuccini #124326

Tints of Zuccini #124326

Color information

#124326 (or 0x124326) is unknown color: approx Zuccini. HEX triplet: 12, 43 and 26. RGB value is (18,67,38). Sum of RGB (Red+Green+Blue) = 18+67+38=123 (16% of max value = 765). Red value is 18 (7.42% from 255 or 14.63% from 123); Green value is 67 (26.56% from 255 or 54.47% from 123); Blue value is 38 (15.23% from 255 or 30.89% from 123); Max value from RGB is 67 - color contains mainly: green. Hex color #124326 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #124326 is #EDBCD9. Grayscale: #313131. Windows color (decimal): -15580378 or 2507538. OLE color: 2507538.

HSL color Cylindrical-coordinate representation of color #124326: hue angle of 144.49º 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 #124326 is Cyan = 0.73, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.74.

Color convert

RGB186738-
CMYK0.7300.430.74
HSL144.49º57.65%16.67%-
HSV(B)144.49º73.13%26.27%-
XYZ2.614.282.52-
YUV49.04121.77105.86-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 14.63%
GREEN value IS 67 (26.56% from 255) = 54.47%
BLUE value IS 38 (15.23% from 255) = 30.89%
R=14.63%
G=54.47%
B=30.89%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal1867380.7300.430.74144.4957.6516.67
Hex1243264902B4A903a11
Octal22103461110531122207221
Binary1001010000111001101001001010101110010101001000011101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #124326

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #124326; }

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

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

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

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

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

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

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

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