#14472B

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

Shades of Zuccini #14472B

Tints of Zuccini #14472B

Color information

#14472B (or 0x14472B) is unknown color: approx Zuccini. HEX triplet: 14, 47 and 2B. RGB value is (20,71,43). Sum of RGB (Red+Green+Blue) = 20+71+43=134 (17% of max value = 765). Red value is 20 (8.20% from 255 or 14.93% from 134); Green value is 71 (28.12% from 255 or 52.99% from 134); Blue value is 43 (17.19% from 255 or 32.09% from 134); Max value from RGB is 71 - color contains mainly: green. Hex color #14472B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #14472B is #EBB8D4. Grayscale: #343434. Windows color (decimal): -15448277 or 2836244. OLE color: 2836244.

HSL color Cylindrical-coordinate representation of color #14472B: hue angle of 147.06º degrees, saturation: 0.56, 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 #14472B is Cyan = 0.72, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.72.

Color convert

RGB207143-
CMYK0.7200.390.72
HSL147.06º56.04%17.84%-
HSV(B)147.06º71.83%27.84%-
XYZ2.984.833.06-
YUV52.56122.6104.78-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 14.93%
GREEN value IS 71 (28.12% from 255) = 52.99%
BLUE value IS 43 (17.19% from 255) = 32.09%
R=14.93%
G=52.99%
B=32.09%

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
Decimal2071430.7200.390.72147.0656.0417.84
Hex14472B4802748933812
Octal24107531100471102237022
Binary1010010001111010111001000010011110010001001001111100010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14472B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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