Html Css Color HEX #144020 Deep Fir

📋 copy color: '#144020'

red 20 ◦ green 64 ◦ blue 32

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

Shades of Deep Fir #144020

Tints of Deep Fir #144020

RGB

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

 GREEN value IS 64 (25.39% from 255) = 55.17%

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

R = 17.24%
G = 55.17%
B = 27.59%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.50

 K value IS 0.75

RGB Variations

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

Color information

#144020 (or 0x144020) is known color: Deep Fir. HEX triplet: 14, 40 and 20. RGB value is (20,64,32). Sum of RGB (Red+Green+Blue) = 20+64+32=116 (15% of max value = 765). Red value is 20 (8.20% from 255 or 17.24% from 116); Green value is 64 (25.39% from 255 or 55.17% from 116); Blue value is 32 (12.89% from 255 or 27.59% from 116); Max value from RGB is 64 - color contains mainly: green. Hex color #144020 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #144020 is #EBBFDF. Grayscale: #2F2F2F. Windows color (decimal): -15450080 or 2113556. OLE color: 2113556.

HSL color Cylindrical-coordinate representation of color #144020: hue angle of 136.36º degrees, saturation: 0.52, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #144020 is Cyan = 0.69, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.75.

Color convert

RGB 20 64 32 -
CMYK 0.69 0 0.50 0.75
HSL 136.36º 0.52% 0.16% -
HSV(B) 136.36º 0.69% 0.25% -
XYZ 2.38 3.92 2 -
YUV 47.2 119.42 108.6 -
System Red Green Blue C M Y K H S L
Decimal 20 64 32 0.69 0 0.50 0.75 136.36 0.52 0.16
Hex 14 40 20 45 0 32 4B 88 34 10
Octal 24 100 40 105 0 62 113 210 64 20
Binary 10100 1000000 100000 1000101 0 110010 1001011 10001000 110100 10000

Color Harmonies of #144020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #144020

Black with #144020

Text Example


Text Example

White with #144020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #144020; }

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

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

background-color css

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

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

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

border-color css

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

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

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