#14442F

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

Shades of Zuccini #14442F

Tints of Zuccini #14442F

Color information

#14442F (or 0x14442F) is unknown color: approx Zuccini. HEX triplet: 14, 44 and 2F. RGB value is (20,68,47). Sum of RGB (Red+Green+Blue) = 20+68+47=135 (17% of max value = 765). Red value is 20 (8.20% from 255 or 14.81% from 135); Green value is 68 (26.95% from 255 or 50.37% from 135); Blue value is 47 (18.75% from 255 or 34.81% from 135); Max value from RGB is 68 - color contains mainly: green. Hex color #14442F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #14442F is #EBBBD0. Grayscale: #333333. Windows color (decimal): -15449041 or 3097620. OLE color: 3097620.

HSL color Cylindrical-coordinate representation of color #14442F: hue angle of 153.75º degrees, saturation: 0.55, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #14442F is Cyan = 0.71, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.73.

Color convert

RGB206847-
CMYK0.7100.310.73
HSL153.75º54.55%17.25%-
HSV(B)153.75º70.59%26.67%-
XYZ2.874.493.4-
YUV51.25125.6105.71-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 14.81%
GREEN value IS 68 (26.95% from 255) = 50.37%
BLUE value IS 47 (18.75% from 255) = 34.81%
R=14.81%
G=50.37%
B=34.81%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal2068470.7100.310.73153.7554.5517.25
Hex14442F4701F499a3711
Octal24104571070371112326721
Binary101001000100101111100011101111110010011001101011011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14442F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #14442F; }

 p { color: rgb(20,68,47); }

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

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

 a { background-color: rgb(20,68,47); }

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

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

 span { border-color: rgb(20,68,47); }

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