#14482A

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

Shades of Zuccini #14482A

Tints of Zuccini #14482A

Color information

#14482A (or 0x14482A) is unknown color: approx Zuccini. HEX triplet: 14, 48 and 2A. RGB value is (20,72,42). Sum of RGB (Red+Green+Blue) = 20+72+42=134 (17% of max value = 765). Red value is 20 (8.20% from 255 or 14.93% from 134); Green value is 72 (28.52% from 255 or 53.73% from 134); Blue value is 42 (16.80% from 255 or 31.34% from 134); Max value from RGB is 72 - color contains mainly: green. Hex color #14482A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #14482A is #EBB7D5. Grayscale: #353535. Windows color (decimal): -15448022 or 2770964. OLE color: 2770964.

HSL color Cylindrical-coordinate representation of color #14482A: hue angle of 145.38º 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 #14482A is Cyan = 0.72, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.72.

Color convert

RGB207242-
CMYK0.7200.420.72
HSL145.38º56.52%18.04%-
HSV(B)145.38º72.22%28.24%-
XYZ3.024.952.99-
YUV53.03121.77104.44-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 14.93%
GREEN value IS 72 (28.52% from 255) = 53.73%
BLUE value IS 42 (16.80% from 255) = 31.34%
R=14.93%
G=53.73%
B=31.34%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal2072420.7200.420.72145.3856.5218.04
Hex14482A4802A48913912
Octal24110521100521102217122
Binary1010010010001010101001000010101010010001001000111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14482A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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