#14442B

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

Shades of Zuccini #14442B

Tints of Zuccini #14442B

Color information

#14442B (or 0x14442B) is unknown color: approx Zuccini. HEX triplet: 14, 44 and 2B. RGB value is (20,68,43). Sum of RGB (Red+Green+Blue) = 20+68+43=131 (17% of max value = 765). Red value is 20 (8.20% from 255 or 15.27% from 131); Green value is 68 (26.95% from 255 or 51.91% from 131); Blue value is 43 (17.19% from 255 or 32.82% from 131); Max value from RGB is 68 - color contains mainly: green. Hex color #14442B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #14442B is #EBBBD4. Grayscale: #323232. Windows color (decimal): -15449045 or 2835476. OLE color: 2835476.

HSL color Cylindrical-coordinate representation of color #14442B: hue angle of 148.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 #14442B is Cyan = 0.71, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.73.

Color convert

RGB206843-
CMYK0.7100.370.73
HSL148.75º54.55%17.25%-
HSV(B)148.75º70.59%26.67%-
XYZ2.794.463-
YUV50.8123.6106.03-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 15.27%
GREEN value IS 68 (26.95% from 255) = 51.91%
BLUE value IS 43 (17.19% from 255) = 32.82%
R=15.27%
G=51.91%
B=32.82%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal2068430.7100.370.73148.7554.5517.25
Hex14442B4702549953711
Octal24104531070451112256721
Binary1010010001001010111000111010010110010011001010111011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14442B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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