#124528

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

Shades of Zuccini #124528

Tints of Zuccini #124528

Color information

#124528 (or 0x124528) is unknown color: approx Zuccini. HEX triplet: 12, 45 and 28. RGB value is (18,69,40). Sum of RGB (Red+Green+Blue) = 18+69+40=127 (16% of max value = 765). Red value is 18 (7.42% from 255 or 14.17% from 127); Green value is 69 (27.34% from 255 or 54.33% from 127); Blue value is 40 (16.02% from 255 or 31.50% from 127); Max value from RGB is 69 - color contains mainly: green. Hex color #124528 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #124528 is #EDBAD7. Grayscale: #323232. Windows color (decimal): -15579864 or 2639122. OLE color: 2639122.

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

Color convert

RGB186940-
CMYK0.7400.420.73
HSL145.88º58.62%17.06%-
HSV(B)145.88º73.91%27.06%-
XYZ2.764.542.74-
YUV50.44122.1104.86-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 14.17%
GREEN value IS 69 (27.34% from 255) = 54.33%
BLUE value IS 40 (16.02% from 255) = 31.50%
R=14.17%
G=54.33%
B=31.50%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal1869400.7400.420.73145.8858.6217.06
Hex1245284A02A49923b11
Octal22105501120521112227321
Binary1001010001011010001001010010101010010011001001011101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #124528

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #124528; }

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

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

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

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

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

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

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

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