Html Css Color HEX #14492A Zuccini

📋 copy color: '#14492A'

red 20 ◦ green 73 ◦ blue 42

#14492A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Zuccini #14492A

Tints of Zuccini #14492A

RGB

 RED value IS 20 (8.2% from 255) = 14.81%

 GREEN value IS 73 (28.91% from 255) = 54.07%

 BLUE value IS 42 (16.8% from 255) = 31.11%

R = 14.81%
G = 54.07%
B = 31.11%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.42

 K value IS 0.71

RGB Variations

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

Color information

#14492A (or 0x14492A) is known color: Zuccini. HEX triplet: 14, 49 and 2A. RGB value is (20,73,42). Sum of RGB (Red+Green+Blue) = 20+73+42=135 (17% of max value = 765). Red value is 20 (8.20% from 255 or 14.81% from 135); Green value is 73 (28.91% from 255 or 54.07% from 135); Blue value is 42 (16.80% from 255 or 31.11% from 135); Max value from RGB is 73 - color contains mainly: green. Hex color #14492A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #14492A is #EBB6D5. Grayscale: #353535. Windows color (decimal): -15447766 or 2771220. OLE color: 2771220.

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

Color convert

RGB 20 73 42 -
CMYK 0.73 0 0.42 0.71
HSL 144.91º 0.57% 0.18% -
HSV(B) 144.91º 0.73% 0.29% -
XYZ 3.09 5.08 3.01 -
YUV 53.62 121.44 104.02 -
System Red Green Blue C M Y K H S L
Decimal 20 73 42 0.73 0 0.42 0.71 144.91 0.57 0.18
Hex 14 49 2A 49 0 2A 47 91 39 12
Octal 24 111 52 111 0 52 107 221 71 22
Binary 10100 1001001 101010 1001001 0 101010 1000111 10010001 111001 10010

Color Harmonies of #14492A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14492A

Black with #14492A

Text Example


Text Example

White with #14492A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #14492A;
 }
 .AnyTagClassName
 {
   color: #14492A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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