#14402A

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

Shades of Zuccini #14402A

Tints of Zuccini #14402A

Color information

#14402A (or 0x14402A) is unknown color: approx Zuccini. HEX triplet: 14, 40 and 2A. RGB value is (20,64,42). Sum of RGB (Red+Green+Blue) = 20+64+42=126 (16% of max value = 765). Red value is 20 (8.20% from 255 or 15.87% from 126); Green value is 64 (25.39% from 255 or 50.79% from 126); Blue value is 42 (16.80% from 255 or 33.33% from 126); Max value from RGB is 64 - color contains mainly: green. Hex color #14402A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #14402A is #EBBFD5. Grayscale: #303030. Windows color (decimal): -15450070 or 2768916. OLE color: 2768916.

HSL color Cylindrical-coordinate representation of color #14402A: hue angle of 150º 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 #14402A is Cyan = 0.69, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.75.

Color convert

RGB206442-
CMYK0.6900.340.75
HSL150º52.38%16.47%-
HSV(B)150º68.75%25.1%-
XYZ2.543.982.83-
YUV48.34124.42107.79-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 15.87%
GREEN value IS 64 (25.39% from 255) = 50.79%
BLUE value IS 42 (16.80% from 255) = 33.33%
R=15.87%
G=50.79%
B=33.33%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal2064420.6900.340.7515052.3816.47
Hex14402A450224B963410
Octal24100521050421132266420
Binary1010010000001010101000101010001010010111001011011010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14402A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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