#124427

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

Shades of Zuccini #124427

Tints of Zuccini #124427

Color information

#124427 (or 0x124427) is unknown color: approx Zuccini. HEX triplet: 12, 44 and 27. RGB value is (18,68,39). Sum of RGB (Red+Green+Blue) = 18+68+39=125 (16% of max value = 765). Red value is 18 (7.42% from 255 or 14.4% from 125); Green value is 68 (26.95% from 255 or 54.4% from 125); Blue value is 39 (15.62% from 255 or 31.2% from 125); Max value from RGB is 68 - color contains mainly: green. Hex color #124427 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #124427 is #EDBBD8. Grayscale: #313131. Windows color (decimal): -15580121 or 2573330. OLE color: 2573330.

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

Color convert

RGB186839-
CMYK0.7400.430.73
HSL145.2º58.14%16.86%-
HSV(B)145.2º73.53%26.67%-
XYZ2.684.412.63-
YUV49.74121.94105.36-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 14.4%
GREEN value IS 68 (26.95% from 255) = 54.4%
BLUE value IS 39 (15.62% from 255) = 31.2%
R=14.4%
G=54.4%
B=31.2%

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
Decimal1868390.7400.430.73145.258.1416.86
Hex1244274A02B49913a11
Octal22104471120531112217221
Binary1001010001001001111001010010101110010011001000111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #124427

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #124427; }

 p { color: rgb(18,68,39); }

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

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

 a { background-color: rgb(18,68,39); }

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

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

 span { border-color: rgb(18,68,39); }

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