#124529

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

Shades of Zuccini #124529

Tints of Zuccini #124529

Color information

#124529 (or 0x124529) is unknown color: approx Zuccini. HEX triplet: 12, 45 and 29. RGB value is (18,69,41). Sum of RGB (Red+Green+Blue) = 18+69+41=128 (16% of max value = 765). Red value is 18 (7.42% from 255 or 14.06% from 128); Green value is 69 (27.34% from 255 or 53.91% from 128); Blue value is 41 (16.41% from 255 or 32.03% from 128); Max value from RGB is 69 - color contains mainly: green. Hex color #124529 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #124529 is #EDBAD6. Grayscale: #323232. Windows color (decimal): -15579863 or 2704658. OLE color: 2704658.

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

Color convert

RGB186941-
CMYK0.7400.410.73
HSL147.06º58.62%17.06%-
HSV(B)147.06º73.91%27.06%-
XYZ2.784.542.83-
YUV50.56122.6104.78-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 14.06%
GREEN value IS 69 (27.34% from 255) = 53.91%
BLUE value IS 41 (16.41% from 255) = 32.03%
R=14.06%
G=53.91%
B=32.03%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal1869410.7400.410.73147.0658.6217.06
Hex1245294A02949933b11
Octal22105511120511112237321
Binary1001010001011010011001010010100110010011001001111101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #124529

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #124529; }

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

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

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

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

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

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

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

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