Html Css Color HEX #144429 Zuccini

📋 copy color: '#144429'

red 20 ◦ green 68 ◦ blue 41

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

Shades of Zuccini #144429

Tints of Zuccini #144429

RGB

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

 GREEN value IS 68 (26.95% from 255) = 52.71%

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

R = 15.5%
G = 52.71%
B = 31.78%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.40

 K value IS 0.73

RGB Variations

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

Color information

#144429 (or 0x144429) is known color: Zuccini. HEX triplet: 14, 44 and 29. RGB value is (20,68,41). Sum of RGB (Red+Green+Blue) = 20+68+41=129 (17% of max value = 765). Red value is 20 (8.20% from 255 or 15.50% from 129); Green value is 68 (26.95% from 255 or 52.71% from 129); Blue value is 41 (16.41% from 255 or 31.78% from 129); Max value from RGB is 68 - color contains mainly: green. Hex color #144429 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #144429 is #EBBBD6. Grayscale: #323232. Windows color (decimal): -15449047 or 2704404. OLE color: 2704404.

HSL color Cylindrical-coordinate representation of color #144429: hue angle of 146.25º degrees, saturation: 0.55, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #144429 is Cyan = 0.71, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.73.

Color convert

RGB 20 68 41 -
CMYK 0.71 0 0.40 0.73
HSL 146.25º 0.55% 0.17% -
HSV(B) 146.25º 0.71% 0.27% -
XYZ 2.76 4.44 2.81 -
YUV 50.57 122.6 106.2 -
System Red Green Blue C M Y K H S L
Decimal 20 68 41 0.71 0 0.40 0.73 146.25 0.55 0.17
Hex 14 44 29 47 0 28 49 92 37 11
Octal 24 104 51 107 0 50 111 222 67 21
Binary 10100 1000100 101001 1000111 0 101000 1001001 10010010 110111 10001

Color Harmonies of #144429

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #144429

Black with #144429

Text Example


Text Example

White with #144429

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #144429; }

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

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

background-color css

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

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

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

border-color css

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

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

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