Html Css Color HEX #144F31 Zuccini

📋 copy color: '#144F31'

red 20 ◦ green 79 ◦ blue 49

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

Shades of Zuccini #144F31

Tints of Zuccini #144F31

RGB

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

 GREEN value IS 79 (31.25% from 255) = 53.38%

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

R = 13.51%
G = 53.38%
B = 33.11%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.38

 K value IS 0.69

RGB Variations

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

Color information

#144F31 (or 0x144F31) is known color: Zuccini. HEX triplet: 14, 4F and 31. RGB value is (20,79,49). Sum of RGB (Red+Green+Blue) = 20+79+49=148 (19% of max value = 765). Red value is 20 (8.20% from 255 or 13.51% from 148); Green value is 79 (31.25% from 255 or 53.38% from 148); Blue value is 49 (19.53% from 255 or 33.11% from 148); Max value from RGB is 79 - color contains mainly: green. Hex color #144F31 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #144F31 is #EBB0CE. Grayscale: #3A3A3A. Windows color (decimal): -15446223 or 3231508. OLE color: 3231508.

HSL color Cylindrical-coordinate representation of color #144F31: hue angle of 149.49º degrees, saturation: 0.6, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #144F31 is Cyan = 0.75, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.69.

Color convert

RGB 20 79 49 -
CMYK 0.75 0 0.38 0.69
HSL 149.49º 0.6% 0.19% -
HSV(B) 149.49º 0.75% 0.31% -
XYZ 3.64 5.96 3.86 -
YUV 57.94 122.95 100.94 -
System Red Green Blue C M Y K H S L
Decimal 20 79 49 0.75 0 0.38 0.69 149.49 0.6 0.19
Hex 14 4F 31 4B 0 26 45 95 3C 13
Octal 24 117 61 113 0 46 105 225 74 23
Binary 10100 1001111 110001 1001011 0 100110 1000101 10010101 111100 10011

Color Harmonies of #144F31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #144F31

Black with #144F31

Text Example


Text Example

White with #144F31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #144F31; }

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

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

background-color css

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

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

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

border-color css

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

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

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