Html Css Color HEX #144C20 Deep Fir

📋 copy color: '#144C20'

red 20 ◦ green 76 ◦ blue 32

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

Shades of Deep Fir #144C20

Tints of Deep Fir #144C20

RGB

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

 GREEN value IS 76 (30.08% from 255) = 59.38%

 BLUE value IS 32 (12.89% from 255) = 25%

R = 15.63%
G = 59.38%
B = 25%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.58

 K value IS 0.70

RGB Variations

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

Color information

#144C20 (or 0x144C20) is known color: Deep Fir. HEX triplet: 14, 4C and 20. RGB value is (20,76,32). Sum of RGB (Red+Green+Blue) = 20+76+32=128 (16% of max value = 765). Red value is 20 (8.20% from 255 or 15.62% from 128); Green value is 76 (30.08% from 255 or 59.38% from 128); Blue value is 32 (12.89% from 255 or 25% from 128); Max value from RGB is 76 - color contains mainly: green. Hex color #144C20 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #144C20 is #EBB3DF. Grayscale: #363636. Windows color (decimal): -15447008 or 2116628. OLE color: 2116628.

HSL color Cylindrical-coordinate representation of color #144C20: hue angle of 132.86º degrees, saturation: 0.58, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #144C20 is Cyan = 0.74, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.70.

Color convert

RGB 20 76 32 -
CMYK 0.74 0 0.58 0.70
HSL 132.86º 0.58% 0.19% -
HSV(B) 132.86º 0.74% 0.3% -
XYZ 3.13 5.42 2.25 -
YUV 54.24 115.45 103.58 -
System Red Green Blue C M Y K H S L
Decimal 20 76 32 0.74 0 0.58 0.70 132.86 0.58 0.19
Hex 14 4C 20 4A 0 3A 46 85 3A 13
Octal 24 114 40 112 0 72 106 205 72 23
Binary 10100 1001100 100000 1001010 0 111010 1000110 10000101 111010 10011

Color Harmonies of #144C20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #144C20

Black with #144C20

Text Example


Text Example

White with #144C20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,76,32); }

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

background-color css

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

 a { background-color: rgb(20,76,32); }

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

border-color css

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

 span { border-color: rgb(20,76,32); }

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