Html Css Color HEX #144128 Zuccini

📋 copy color: '#144128'

red 20 ◦ green 65 ◦ blue 40

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

Shades of Zuccini #144128

Tints of Zuccini #144128

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 32%

R = 16%
G = 52%
B = 32%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.38

 K value IS 0.75

RGB Variations

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

Color information

#144128 (or 0x144128) is known color: Zuccini. HEX triplet: 14, 41 and 28. RGB value is (20,65,40). Sum of RGB (Red+Green+Blue) = 20+65+40=125 (16% of max value = 765). Red value is 20 (8.20% from 255 or 16% from 125); Green value is 65 (25.78% from 255 or 52% from 125); Blue value is 40 (16.02% from 255 or 32% from 125); Max value from RGB is 65 - color contains mainly: green. Hex color #144128 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #144128 is #EBBED7. Grayscale: #303030. Windows color (decimal): -15449816 or 2638100. OLE color: 2638100.

HSL color Cylindrical-coordinate representation of color #144128: hue angle of 146.67º 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 #144128 is Cyan = 0.69, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.75.

Color convert

RGB 20 65 40 -
CMYK 0.69 0 0.38 0.75
HSL 146.67º 0.53% 0.17% -
HSV(B) 146.67º 0.69% 0.25% -
XYZ 2.56 4.08 2.66 -
YUV 48.7 123.09 107.53 -
System Red Green Blue C M Y K H S L
Decimal 20 65 40 0.69 0 0.38 0.75 146.67 0.53 0.17
Hex 14 41 28 45 0 26 4B 93 35 11
Octal 24 101 50 105 0 46 113 223 65 21
Binary 10100 1000001 101000 1000101 0 100110 1001011 10010011 110101 10001

Color Harmonies of #144128

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #144128

Black with #144128

Text Example


Text Example

White with #144128

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #144128; }

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

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

background-color css

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

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

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

border-color css

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

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

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