#104020

Color #104020 Deep Fir (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Fir #104020

Tints of Deep Fir #104020

Color information

#104020 (or 0x104020) is unknown color: approx 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

RGB166432-
CMYK0.7500.500.75
HSL140º60%15.69%-
HSV(B)140º75%25.1%-
XYZ2.313.881.99-
YUV46120.1106.6-

RGB Variations

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

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 (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal1664320.7500.500.751406015.69
Hex1040204B0324B8c3c10
Octal20100401130621132147420
Binary1000010000001000001001011011001010010111000110011110010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #104020

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>