Html Css Color HEX #144328 Zuccini

📋 copy color: '#144328'

red 20 ◦ green 67 ◦ blue 40

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

Shades of Zuccini #144328

Tints of Zuccini #144328

RGB

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

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

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

R = 15.75%
G = 52.76%
B = 31.5%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.40

 K value IS 0.74

RGB Variations

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

Color information

#144328 (or 0x144328) is known color: Zuccini. HEX triplet: 14, 43 and 28. RGB value is (20,67,40). Sum of RGB (Red+Green+Blue) = 20+67+40=127 (16% of max value = 765). Red value is 20 (8.20% from 255 or 15.75% from 127); Green value is 67 (26.56% from 255 or 52.76% from 127); Blue value is 40 (16.02% from 255 or 31.50% from 127); Max value from RGB is 67 - color contains mainly: green. Hex color #144328 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #144328 is #EBBCD7. Grayscale: #313131. Windows color (decimal): -15449304 or 2638612. OLE color: 2638612.

HSL color Cylindrical-coordinate representation of color #144328: hue angle of 145.53º 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 #144328 is Cyan = 0.70, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.74.

Color convert

RGB 20 67 40 -
CMYK 0.70 0 0.40 0.74
HSL 145.53º 0.54% 0.17% -
HSV(B) 145.53º 0.7% 0.26% -
XYZ 2.68 4.32 2.7 -
YUV 49.87 122.43 106.7 -
System Red Green Blue C M Y K H S L
Decimal 20 67 40 0.70 0 0.40 0.74 145.53 0.54 0.17
Hex 14 43 28 46 0 28 4A 92 36 11
Octal 24 103 50 106 0 50 112 222 66 21
Binary 10100 1000011 101000 1000110 0 101000 1001010 10010010 110110 10001

Color Harmonies of #144328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #144328

Black with #144328

Text Example


Text Example

White with #144328

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #144328; }

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

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

background-color css

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

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

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

border-color css

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

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

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