#144C24

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

Shades of Zuccini #144C24

Tints of Zuccini #144C24

Color information

#144C24 (or 0x144C24) is unknown color: approx Zuccini. HEX triplet: 14, 4C and 24. RGB value is (20,76,36). Sum of RGB (Red+Green+Blue) = 20+76+36=132 (17% of max value = 765). Red value is 20 (8.20% from 255 or 15.15% from 132); Green value is 76 (30.08% from 255 or 57.58% from 132); Blue value is 36 (14.45% from 255 or 27.27% from 132); Max value from RGB is 76 - color contains mainly: green. Hex color #144C24 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #144C24 is #EBB3DB. Grayscale: #363636. Windows color (decimal): -15447004 or 2378772. OLE color: 2378772.

HSL color Cylindrical-coordinate representation of color #144C24: hue angle of 137.14º degrees, saturation: 0.58, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #144C24 is Cyan = 0.74, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.70.

Color convert

RGB207636-
CMYK0.7400.530.70
HSL137.14º58.33%18.82%-
HSV(B)137.14º73.68%29.8%-
XYZ3.195.442.55-
YUV54.7117.45103.25-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 15.15%
GREEN value IS 76 (30.08% from 255) = 57.58%
BLUE value IS 36 (14.45% from 255) = 27.27%
R=15.15%
G=57.58%
B=27.27%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal2076360.7400.530.70137.1458.3318.82
Hex144C244A03546893a13
Octal24114441120651062117223
Binary1010010011001001001001010011010110001101000100111101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #144C24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #144C24; }

 p { color: rgb(20,76,36); }

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

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

 a { background-color: rgb(20,76,36); }

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

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

 span { border-color: rgb(20,76,36); }

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