Html Css Color HEX #144129 Zuccini

📋 copy color: '#144129'

red 20 ◦ green 65 ◦ blue 41

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

Shades of Zuccini #144129

Tints of Zuccini #144129

RGB

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

 GREEN value IS 65 (25.78% from 255) = 51.59%

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

R = 15.87%
G = 51.59%
B = 32.54%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.37

 K value IS 0.75

RGB Variations

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

Color information

#144129 (or 0x144129) is known color: Zuccini. HEX triplet: 14, 41 and 29. RGB value is (20,65,41). Sum of RGB (Red+Green+Blue) = 20+65+41=126 (16% of max value = 765). Red value is 20 (8.20% from 255 or 15.87% from 126); Green value is 65 (25.78% from 255 or 51.59% from 126); Blue value is 41 (16.41% from 255 or 32.54% from 126); Max value from RGB is 65 - color contains mainly: green. Hex color #144129 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #144129 is #EBBED6. Grayscale: #303030. Windows color (decimal): -15449815 or 2703636. OLE color: 2703636.

HSL color Cylindrical-coordinate representation of color #144129: hue angle of 148º degrees, saturation: 0.53, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #144129 is Cyan = 0.69, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.75.

Color convert

RGB 20 65 41 -
CMYK 0.69 0 0.37 0.75
HSL 148º 0.53% 0.17% -
HSV(B) 148º 0.69% 0.25% -
XYZ 2.58 4.09 2.75 -
YUV 48.81 123.59 107.45 -
System Red Green Blue C M Y K H S L
Decimal 20 65 41 0.69 0 0.37 0.75 148 0.53 0.17
Hex 14 41 29 45 0 25 4B 94 35 11
Octal 24 101 51 105 0 45 113 224 65 21
Binary 10100 1000001 101001 1000101 0 100101 1001011 10010100 110101 10001

Color Harmonies of #144129

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #144129

Black with #144129

Text Example


Text Example

White with #144129

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #144129; }

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

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

background-color css

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

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

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

border-color css

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

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

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