#124028

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

Shades of Zuccini #124028

Tints of Zuccini #124028

Color information

#124028 (or 0x124028) is unknown color: approx Zuccini. HEX triplet: 12, 40 and 28. RGB value is (18,64,40). Sum of RGB (Red+Green+Blue) = 18+64+40=122 (16% of max value = 765). Red value is 18 (7.42% from 255 or 14.75% from 122); Green value is 64 (25.39% from 255 or 52.46% from 122); Blue value is 40 (16.02% from 255 or 32.79% from 122); Max value from RGB is 64 - color contains mainly: green. Hex color #124028 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #124028 is #EDBFD7. Grayscale: #2F2F2F. Windows color (decimal): -15581144 or 2637842. OLE color: 2637842.

HSL color Cylindrical-coordinate representation of color #124028: hue angle of 148.7º degrees, saturation: 0.56, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #124028 is Cyan = 0.72, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.75.

Color convert

RGB186440-
CMYK0.7200.380.75
HSL148.7º56.1%16.08%-
HSV(B)148.7º71.88%25.1%-
XYZ2.473.952.64-
YUV47.51123.76106.95-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 14.75%
GREEN value IS 64 (25.39% from 255) = 52.46%
BLUE value IS 40 (16.02% from 255) = 32.79%
R=14.75%
G=52.46%
B=32.79%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal1864400.7200.380.75148.756.116.08
Hex124028480264B953810
Octal22100501100461132257020
Binary1001010000001010001001000010011010010111001010111100010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #124028

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #124028; }

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

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

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

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

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

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

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

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