#14462A

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

Shades of Zuccini #14462A

Tints of Zuccini #14462A

Color information

#14462A (or 0x14462A) is unknown color: approx Zuccini. HEX triplet: 14, 46 and 2A. RGB value is (20,70,42). Sum of RGB (Red+Green+Blue) = 20+70+42=132 (17% of max value = 765). Red value is 20 (8.20% from 255 or 15.15% from 132); Green value is 70 (27.73% from 255 or 53.03% from 132); Blue value is 42 (16.80% from 255 or 31.82% from 132); Max value from RGB is 70 - color contains mainly: green. Hex color #14462A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #14462A is #EBB9D5. Grayscale: #333333. Windows color (decimal): -15448534 or 2770452. OLE color: 2770452.

HSL color Cylindrical-coordinate representation of color #14462A: hue angle of 146.4º degrees, saturation: 0.56, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #14462A is Cyan = 0.71, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.73.

Color convert

RGB207042-
CMYK0.7100.400.73
HSL146.4º55.56%17.65%-
HSV(B)146.4º71.43%27.45%-
XYZ2.94.72.94-
YUV51.86122.44105.28-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 15.15%
GREEN value IS 70 (27.73% from 255) = 53.03%
BLUE value IS 42 (16.80% from 255) = 31.82%
R=15.15%
G=53.03%
B=31.82%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal2070420.7100.400.73146.455.5617.65
Hex14462A4702849923812
Octal24106521070501112227022
Binary1010010001101010101000111010100010010011001001011100010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14462A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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