Html Css Color HEX #144731 Zuccini

📋 copy color: '#144731'

red 20 ◦ green 71 ◦ blue 49

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

Shades of Zuccini #144731

Tints of Zuccini #144731

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 35%

R = 14.29%
G = 50.71%
B = 35%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.31

 K value IS 0.72

RGB Variations

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

Color information

#144731 (or 0x144731) is known color: Zuccini. HEX triplet: 14, 47 and 31. RGB value is (20,71,49). Sum of RGB (Red+Green+Blue) = 20+71+49=140 (18% of max value = 765). Red value is 20 (8.20% from 255 or 14.29% from 140); Green value is 71 (28.12% from 255 or 50.71% from 140); Blue value is 49 (19.53% from 255 or 35% from 140); Max value from RGB is 71 - color contains mainly: green. Hex color #144731 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #144731 is #EBB8CE. Grayscale: #353535. Windows color (decimal): -15448271 or 3229460. OLE color: 3229460.

HSL color Cylindrical-coordinate representation of color #144731: hue angle of 154.12º 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 #144731 is Cyan = 0.72, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.72.

Color convert

RGB 20 71 49 -
CMYK 0.72 0 0.31 0.72
HSL 154.12º 0.56% 0.18% -
HSV(B) 154.12º 0.72% 0.28% -
XYZ 3.1 4.88 3.68 -
YUV 53.24 125.6 104.29 -
System Red Green Blue C M Y K H S L
Decimal 20 71 49 0.72 0 0.31 0.72 154.12 0.56 0.18
Hex 14 47 31 48 0 1F 48 9A 38 12
Octal 24 107 61 110 0 37 110 232 70 22
Binary 10100 1000111 110001 1001000 0 11111 1001000 10011010 111000 10010

Color Harmonies of #144731

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #144731

Black with #144731

Text Example


Text Example

White with #144731

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #144731; }

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

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

background-color css

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

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

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

border-color css

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

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

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