Html Css Color HEX #104020 Deep Fir

📋 copy color: '#104020'

red 16 ◦ green 64 ◦ blue 32

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

Shades of Deep Fir #104020

Tints of Deep Fir #104020

RGB

 RED value IS 16 (6.64% from 255) = 14.29%

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

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

R = 14.29%
G = 57.14%
B = 28.57%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.50

 K value IS 0.75

RGB Variations

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

Color information

#104020 (or 0x104020) is known color: Deep Fir. HEX triplet: 10, 40 and 20. RGB value is (16,64,32). Sum of RGB (Red+Green+Blue) = 16+64+32=112 (14% of max value = 765). Red value is 16 (6.64% from 255 or 14.29% from 112); Green value is 64 (25.39% from 255 or 57.14% from 112); Blue value is 32 (12.89% from 255 or 28.57% from 112); Max value from RGB is 64 - color contains mainly: green. Hex color #104020 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #104020 is #EFBFDF. Grayscale: #2E2E2E. Windows color (decimal): -15712224 or 2113552. OLE color: 2113552.

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

Color convert

RGB 16 64 32 -
CMYK 0.75 0 0.50 0.75
HSL 140º 0.6% 0.16% -
HSV(B) 140º 0.75% 0.25% -
XYZ 2.31 3.88 1.99 -
YUV 46 120.1 106.6 -
System Red Green Blue C M Y K H S L
Decimal 16 64 32 0.75 0 0.50 0.75 140 0.6 0.16
Hex 10 40 20 4B 0 32 4B 8C 3C 10
Octal 20 100 40 113 0 62 113 214 74 20
Binary 10000 1000000 100000 1001011 0 110010 1001011 10001100 111100 10000

Color Harmonies of #104020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #104020

Black with #104020

Text Example


Text Example

White with #104020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #104020; }

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

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

background-color css

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

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

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

border-color css

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

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

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