Html Css Color HEX #144329 Zuccini

📋 copy color: '#144329'

red 20 ◦ green 67 ◦ blue 41

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

Shades of Zuccini #144329

Tints of Zuccini #144329

RGB

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

 GREEN value IS 67 (26.56% from 255) = 52.34%

 BLUE value IS 41 (16.41% from 255) = 32.03%

R = 15.63%
G = 52.34%
B = 32.03%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.39

 K value IS 0.74

RGB Variations

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

Color information

#144329 (or 0x144329) is known color: Zuccini. HEX triplet: 14, 43 and 29. RGB value is (20,67,41). Sum of RGB (Red+Green+Blue) = 20+67+41=128 (16% of max value = 765). Red value is 20 (8.20% from 255 or 15.62% from 128); Green value is 67 (26.56% from 255 or 52.34% from 128); Blue value is 41 (16.41% from 255 or 32.03% from 128); Max value from RGB is 67 - color contains mainly: green. Hex color #144329 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #144329 is #EBBCD6. Grayscale: #323232. Windows color (decimal): -15449303 or 2704148. OLE color: 2704148.

HSL color Cylindrical-coordinate representation of color #144329: hue angle of 146.81º degrees, saturation: 0.54, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #144329 is Cyan = 0.70, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.74.

Color convert

RGB 20 67 41 -
CMYK 0.70 0 0.39 0.74
HSL 146.81º 0.54% 0.17% -
HSV(B) 146.81º 0.7% 0.26% -
XYZ 2.7 4.32 2.79 -
YUV 49.98 122.93 106.61 -
System Red Green Blue C M Y K H S L
Decimal 20 67 41 0.70 0 0.39 0.74 146.81 0.54 0.17
Hex 14 43 29 46 0 27 4A 93 36 11
Octal 24 103 51 106 0 47 112 223 66 21
Binary 10100 1000011 101001 1000110 0 100111 1001010 10010011 110110 10001

Color Harmonies of #144329

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #144329

Black with #144329

Text Example


Text Example

White with #144329

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #144329; }

 p { color: rgb(20,67,41); }

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

background-color css

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

 a { background-color: rgb(20,67,41); }

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

border-color css

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

 span { border-color: rgb(20,67,41); }

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