#14402B

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

Shades of Zuccini #14402B

Tints of Zuccini #14402B

Color information

#14402B (or 0x14402B) is unknown color: approx Zuccini. HEX triplet: 14, 40 and 2B. RGB value is (20,64,43). Sum of RGB (Red+Green+Blue) = 20+64+43=127 (16% of max value = 765). Red value is 20 (8.20% from 255 or 15.75% from 127); Green value is 64 (25.39% from 255 or 50.39% from 127); Blue value is 43 (17.19% from 255 or 33.86% from 127); Max value from RGB is 64 - color contains mainly: green. Hex color #14402B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #14402B is #EBBFD4. Grayscale: #303030. Windows color (decimal): -15450069 or 2834452. OLE color: 2834452.

HSL color Cylindrical-coordinate representation of color #14402B: hue angle of 151.36º degrees, saturation: 0.52, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #14402B is Cyan = 0.69, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.75.

Color convert

RGB206443-
CMYK0.6900.330.75
HSL151.36º52.38%16.47%-
HSV(B)151.36º68.75%25.1%-
XYZ2.563.992.92-
YUV48.45124.92107.71-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 15.75%
GREEN value IS 64 (25.39% from 255) = 50.39%
BLUE value IS 43 (17.19% from 255) = 33.86%
R=15.75%
G=50.39%
B=33.86%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal2064430.6900.330.75151.3652.3816.47
Hex14402B450214B973410
Octal24100531050411132276420
Binary1010010000001010111000101010000110010111001011111010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14402B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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