#124629

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

Shades of Zuccini #124629

Tints of Zuccini #124629

Color information

#124629 (or 0x124629) is unknown color: approx Zuccini. HEX triplet: 12, 46 and 29. RGB value is (18,70,41). Sum of RGB (Red+Green+Blue) = 18+70+41=129 (17% of max value = 765). Red value is 18 (7.42% from 255 or 13.95% from 129); Green value is 70 (27.73% from 255 or 54.26% from 129); Blue value is 41 (16.41% from 255 or 31.78% from 129); Max value from RGB is 70 - color contains mainly: green. Hex color #124629 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #124629 is #EDB9D6. Grayscale: #333333. Windows color (decimal): -15579607 or 2704914. OLE color: 2704914.

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

Color convert

RGB187041-
CMYK0.7400.410.73
HSL146.54º59.09%17.25%-
HSV(B)146.54º74.29%27.45%-
XYZ2.844.672.85-
YUV51.15122.27104.36-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 13.95%
GREEN value IS 70 (27.73% from 255) = 54.26%
BLUE value IS 41 (16.41% from 255) = 31.78%
R=13.95%
G=54.26%
B=31.78%

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
Decimal1870410.7400.410.73146.5459.0917.25
Hex1246294A02949933b11
Octal22106511120511112237321
Binary1001010001101010011001010010100110010011001001111101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #124629

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #124629; }

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

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

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

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

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

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

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

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