Html Css Color HEX #144820 Deep Fir

📋 copy color: '#144820'

red 20 ◦ green 72 ◦ blue 32

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

Shades of Deep Fir #144820

Tints of Deep Fir #144820

RGB

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

 GREEN value IS 72 (28.52% from 255) = 58.06%

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

R = 16.13%
G = 58.06%
B = 25.81%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.56

 K value IS 0.72

RGB Variations

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

Color information

#144820 (or 0x144820) is known color: Deep Fir. HEX triplet: 14, 48 and 20. RGB value is (20,72,32). Sum of RGB (Red+Green+Blue) = 20+72+32=124 (16% of max value = 765). Red value is 20 (8.20% from 255 or 16.13% from 124); Green value is 72 (28.52% from 255 or 58.06% from 124); Blue value is 32 (12.89% from 255 or 25.81% from 124); Max value from RGB is 72 - color contains mainly: green. Hex color #144820 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #144820 is #EBB7DF. Grayscale: #343434. Windows color (decimal): -15448032 or 2115604. OLE color: 2115604.

HSL color Cylindrical-coordinate representation of color #144820: hue angle of 133.85º degrees, saturation: 0.57, 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 #144820 is Cyan = 0.72, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.72.

Color convert

RGB 20 72 32 -
CMYK 0.72 0 0.56 0.72
HSL 133.85º 0.57% 0.18% -
HSV(B) 133.85º 0.72% 0.28% -
XYZ 2.87 4.89 2.16 -
YUV 51.89 116.77 105.25 -
System Red Green Blue C M Y K H S L
Decimal 20 72 32 0.72 0 0.56 0.72 133.85 0.57 0.18
Hex 14 48 20 48 0 38 48 86 39 12
Octal 24 110 40 110 0 70 110 206 71 22
Binary 10100 1001000 100000 1001000 0 111000 1001000 10000110 111001 10010

Color Harmonies of #144820

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #144820

Black with #144820

Text Example


Text Example

White with #144820

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #144820; }

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

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

background-color css

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

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

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

border-color css

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

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

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