#124829

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

Shades of Zuccini #124829

Tints of Zuccini #124829

Color information

#124829 (or 0x124829) is unknown color: approx Zuccini. HEX triplet: 12, 48 and 29. RGB value is (18,72,41). Sum of RGB (Red+Green+Blue) = 18+72+41=131 (17% of max value = 765). Red value is 18 (7.42% from 255 or 13.74% from 131); Green value is 72 (28.52% from 255 or 54.96% from 131); Blue value is 41 (16.41% from 255 or 31.30% from 131); Max value from RGB is 72 - color contains mainly: green. Hex color #124829 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #124829 is #EDB7D6. Grayscale: #343434. Windows color (decimal): -15579095 or 2705426. OLE color: 2705426.

HSL color Cylindrical-coordinate representation of color #124829: hue angle of 145.56º degrees, saturation: 0.6, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #124829 is Cyan = 0.75, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.72.

Color convert

RGB187241-
CMYK0.7500.430.72
HSL145.56º60%17.65%-
HSV(B)145.56º75%28.24%-
XYZ2.974.922.89-
YUV52.32121.61103.52-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 13.74%
GREEN value IS 72 (28.52% from 255) = 54.96%
BLUE value IS 41 (16.41% from 255) = 31.30%
R=13.74%
G=54.96%
B=31.30%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal1872410.7500.430.72145.566017.65
Hex1248294B02B48923c12
Octal22110511130531102227422
Binary1001010010001010011001011010101110010001001001011110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #124829

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #124829; }

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

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

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

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

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

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

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

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