Html Css Color HEX #144729 Zuccini

📋 copy color: '#144729'

red 20 ◦ green 71 ◦ blue 41

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

Shades of Zuccini #144729

Tints of Zuccini #144729

RGB

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

 GREEN value IS 71 (28.13% from 255) = 53.79%

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

R = 15.15%
G = 53.79%
B = 31.06%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.42

 K value IS 0.72

RGB Variations

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

Color information

#144729 (or 0x144729) is known color: Zuccini. HEX triplet: 14, 47 and 29. RGB value is (20,71,41). Sum of RGB (Red+Green+Blue) = 20+71+41=132 (17% of max value = 765). Red value is 20 (8.20% from 255 or 15.15% from 132); Green value is 71 (28.12% from 255 or 53.79% from 132); Blue value is 41 (16.41% from 255 or 31.06% from 132); Max value from RGB is 71 - color contains mainly: green. Hex color #144729 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #144729 is #EBB8D6. Grayscale: #343434. Windows color (decimal): -15448279 or 2705172. OLE color: 2705172.

HSL color Cylindrical-coordinate representation of color #144729: hue angle of 144.71º degrees, saturation: 0.56, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #144729 is Cyan = 0.72, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.72.

Color convert

RGB 20 71 41 -
CMYK 0.72 0 0.42 0.72
HSL 144.71º 0.56% 0.18% -
HSV(B) 144.71º 0.72% 0.28% -
XYZ 2.94 4.82 2.87 -
YUV 52.33 121.6 104.94 -
System Red Green Blue C M Y K H S L
Decimal 20 71 41 0.72 0 0.42 0.72 144.71 0.56 0.18
Hex 14 47 29 48 0 2A 48 91 38 12
Octal 24 107 51 110 0 52 110 221 70 22
Binary 10100 1000111 101001 1001000 0 101010 1001000 10010001 111000 10010

Color Harmonies of #144729

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #144729

Black with #144729

Text Example


Text Example

White with #144729

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #144729; }

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

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

background-color css

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

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

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

border-color css

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

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

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