#124628

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

Shades of Zuccini #124628

Tints of Zuccini #124628

Color information

#124628 (or 0x124628) is unknown color: approx Zuccini. HEX triplet: 12, 46 and 28. RGB value is (18,70,40). Sum of RGB (Red+Green+Blue) = 18+70+40=128 (16% of max value = 765). Red value is 18 (7.42% from 255 or 14.06% from 128); Green value is 70 (27.73% from 255 or 54.69% from 128); Blue value is 40 (16.02% from 255 or 31.25% from 128); Max value from RGB is 70 - color contains mainly: green. Hex color #124628 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #124628 is #EDB9D7. Grayscale: #333333. Windows color (decimal): -15579608 or 2639378. OLE color: 2639378.

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

Color convert

RGB187040-
CMYK0.7400.430.73
HSL145.38º59.09%17.25%-
HSV(B)145.38º74.29%27.45%-
XYZ2.824.662.76-
YUV51.03121.77104.44-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 14.06%
GREEN value IS 70 (27.73% from 255) = 54.69%
BLUE value IS 40 (16.02% from 255) = 31.25%
R=14.06%
G=54.69%
B=31.25%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal1870400.7400.430.73145.3859.0917.25
Hex1246284A02B49913b11
Octal22106501120531112217321
Binary1001010001101010001001010010101110010011001000111101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #124628

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #124628; }

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

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

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

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

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

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

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

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