#124526

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

Shades of Zuccini #124526

Tints of Zuccini #124526

Color information

#124526 (or 0x124526) is unknown color: approx Zuccini. HEX triplet: 12, 45 and 26. RGB value is (18,69,38). Sum of RGB (Red+Green+Blue) = 18+69+38=125 (16% of max value = 765). Red value is 18 (7.42% from 255 or 14.4% from 125); Green value is 69 (27.34% from 255 or 55.2% from 125); Blue value is 38 (15.23% from 255 or 30.4% from 125); Max value from RGB is 69 - color contains mainly: green. Hex color #124526 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #124526 is #EDBAD9. Grayscale: #323232. Windows color (decimal): -15579866 or 2508050. OLE color: 2508050.

HSL color Cylindrical-coordinate representation of color #124526: hue angle of 143.53º degrees, saturation: 0.59, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #124526 is Cyan = 0.74, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.73.

Color convert

RGB186938-
CMYK0.7400.450.73
HSL143.53º58.62%17.06%-
HSV(B)143.53º73.91%27.06%-
XYZ2.734.522.56-
YUV50.22121.1105.02-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 14.4%
GREEN value IS 69 (27.34% from 255) = 55.2%
BLUE value IS 38 (15.23% from 255) = 30.4%
R=14.4%
G=55.2%
B=30.4%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal1869380.7400.450.73143.5358.6217.06
Hex1245264A02D49903b11
Octal22105461120551112207321
Binary1001010001011001101001010010110110010011001000011101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #124526

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #124526; }

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

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

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

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

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

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

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

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