#14482C

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

Shades of Zuccini #14482C

Tints of Zuccini #14482C

Color information

#14482C (or 0x14482C) is unknown color: approx Zuccini. HEX triplet: 14, 48 and 2C. RGB value is (20,72,44). Sum of RGB (Red+Green+Blue) = 20+72+44=136 (18% of max value = 765). Red value is 20 (8.20% from 255 or 14.71% from 136); Green value is 72 (28.52% from 255 or 52.94% from 136); Blue value is 44 (17.58% from 255 or 32.35% from 136); Max value from RGB is 72 - color contains mainly: green. Hex color #14482C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #14482C is #EBB7D3. Grayscale: #353535. Windows color (decimal): -15448020 or 2902036. OLE color: 2902036.

HSL color Cylindrical-coordinate representation of color #14482C: hue angle of 147.69º degrees, saturation: 0.57, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #14482C is Cyan = 0.72, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.72.

Color convert

RGB207244-
CMYK0.7200.390.72
HSL147.69º56.52%18.04%-
HSV(B)147.69º72.22%28.24%-
XYZ3.064.973.18-
YUV53.26122.77104.28-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 14.71%
GREEN value IS 72 (28.52% from 255) = 52.94%
BLUE value IS 44 (17.58% from 255) = 32.35%
R=14.71%
G=52.94%
B=32.35%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal2072440.7200.390.72147.6956.5218.04
Hex14482C4802748943912
Octal24110541100471102247122
Binary1010010010001011001001000010011110010001001010011100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14482C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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