#14402C

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

Shades of Zuccini #14402C

Tints of Zuccini #14402C

Color information

#14402C (or 0x14402C) is unknown color: approx Zuccini. HEX triplet: 14, 40 and 2C. RGB value is (20,64,44). Sum of RGB (Red+Green+Blue) = 20+64+44=128 (16% of max value = 765). Red value is 20 (8.20% from 255 or 15.62% from 128); Green value is 64 (25.39% from 255 or 50% from 128); Blue value is 44 (17.58% from 255 or 34.38% from 128); Max value from RGB is 64 - color contains mainly: green. Hex color #14402C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #14402C is #EBBFD3. Grayscale: #303030. Windows color (decimal): -15450068 or 2899988. OLE color: 2899988.

HSL color Cylindrical-coordinate representation of color #14402C: hue angle of 152.73º degrees, saturation: 0.52, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #14402C is Cyan = 0.69, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.75.

Color convert

RGB206444-
CMYK0.6900.310.75
HSL152.73º52.38%16.47%-
HSV(B)152.73º68.75%25.1%-
XYZ2.5843.02-
YUV48.56125.42107.63-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 15.62%
GREEN value IS 64 (25.39% from 255) = 50%
BLUE value IS 44 (17.58% from 255) = 34.38%
R=15.62%
G=50%
B=34.38%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal2064440.6900.310.75152.7352.3816.47
Hex14402C4501F4B993410
Octal24100541050371132316420
Binary101001000000101100100010101111110010111001100111010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14402C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #14402C; }

 p { color: rgb(20,64,44); }

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

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

 a { background-color: rgb(20,64,44); }

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

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

 span { border-color: rgb(20,64,44); }

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