#14462B

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

Shades of Zuccini #14462B

Tints of Zuccini #14462B

Color information

#14462B (or 0x14462B) is unknown color: approx Zuccini. HEX triplet: 14, 46 and 2B. RGB value is (20,70,43). Sum of RGB (Red+Green+Blue) = 20+70+43=133 (17% of max value = 765). Red value is 20 (8.20% from 255 or 15.04% from 133); Green value is 70 (27.73% from 255 or 52.63% from 133); Blue value is 43 (17.19% from 255 or 32.33% from 133); Max value from RGB is 70 - color contains mainly: green. Hex color #14462B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #14462B is #EBB9D4. Grayscale: #343434. Windows color (decimal): -15448533 or 2835988. OLE color: 2835988.

HSL color Cylindrical-coordinate representation of color #14462B: hue angle of 147.6º degrees, saturation: 0.56, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #14462B is Cyan = 0.71, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.73.

Color convert

RGB207043-
CMYK0.7100.390.73
HSL147.6º55.56%17.65%-
HSV(B)147.6º71.43%27.45%-
XYZ2.914.73.04-
YUV51.97122.94105.2-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 15.04%
GREEN value IS 70 (27.73% from 255) = 52.63%
BLUE value IS 43 (17.19% from 255) = 32.33%
R=15.04%
G=52.63%
B=32.33%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal2070430.7100.390.73147.655.5617.65
Hex14462B4702749943812
Octal24106531070471112247022
Binary1010010001101010111000111010011110010011001010011100010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14462B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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