#104021

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

Shades of Deep Fir #104021

Tints of Deep Fir #104021

Color information

#104021 (or 0x104021) is unknown color: approx Deep Fir. HEX triplet: 10, 40 and 21. RGB value is (16,64,33). Sum of RGB (Red+Green+Blue) = 16+64+33=113 (14% of max value = 765). Red value is 16 (6.64% from 255 or 14.16% from 113); Green value is 64 (25.39% from 255 or 56.64% from 113); Blue value is 33 (13.28% from 255 or 29.20% from 113); Max value from RGB is 64 - color contains mainly: green. Hex color #104021 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #104021 is #EFBFDE. Grayscale: #2E2E2E. Windows color (decimal): -15712223 or 2179088. OLE color: 2179088.

HSL color Cylindrical-coordinate representation of color #104021: hue angle of 141.25º 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 #104021 is Cyan = 0.75, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.75.

Color convert

RGB166433-
CMYK0.7500.480.75
HSL141.25º60%15.69%-
HSV(B)141.25º75%25.1%-
XYZ2.323.892.07-
YUV46.11120.6106.52-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 14.16%
GREEN value IS 64 (25.39% from 255) = 56.64%
BLUE value IS 33 (13.28% from 255) = 29.20%
R=14.16%
G=56.64%
B=29.20%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal1664330.7500.480.75141.256015.69
Hex1040214B0304B8d3c10
Octal20100411130601132157420
Binary1000010000001000011001011011000010010111000110111110010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #104021

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #104021; }

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

 H1.HeaderClassName
 {
   color: #104021;
 }
 .AnyTagClassName
 {
   color: #104021;
 }
</style>
background-color css

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

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

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

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

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

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