#14492F

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

Shades of Zuccini #14492F

Tints of Zuccini #14492F

Color information

#14492F (or 0x14492F) is unknown color: approx Zuccini. HEX triplet: 14, 49 and 2F. RGB value is (20,73,47). Sum of RGB (Red+Green+Blue) = 20+73+47=140 (18% of max value = 765). Red value is 20 (8.20% from 255 or 14.29% from 140); Green value is 73 (28.91% from 255 or 52.14% from 140); Blue value is 47 (18.75% from 255 or 33.57% from 140); Max value from RGB is 73 - color contains mainly: green. Hex color #14492F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #14492F is #EBB6D0. Grayscale: #363636. Windows color (decimal): -15447761 or 3098900. OLE color: 3098900.

HSL color Cylindrical-coordinate representation of color #14492F: hue angle of 150.57º degrees, saturation: 0.57, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #14492F is Cyan = 0.73, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.71.

Color convert

RGB207347-
CMYK0.7300.360.71
HSL150.57º56.99%18.24%-
HSV(B)150.57º72.6%28.63%-
XYZ3.185.123.51-
YUV54.19123.94103.61-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 14.29%
GREEN value IS 73 (28.91% from 255) = 52.14%
BLUE value IS 47 (18.75% from 255) = 33.57%
R=14.29%
G=52.14%
B=33.57%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal2073470.7300.360.71150.5756.9918.24
Hex14492F4902447973912
Octal24111571110441072277122
Binary1010010010011011111001001010010010001111001011111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14492F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #14492F; }

 p { color: rgb(20,73,47); }

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

<style>
 a { background-color: #14492F; }

 a { background-color: rgb(20,73,47); }

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

<style>
 span { border-color: #14492F; }

 span { border-color: rgb(20,73,47); }

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