#104122

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

Shades of Deep Fir #104122

Tints of Deep Fir #104122

Color information

#104122 (or 0x104122) is unknown color: approx Deep Fir. HEX triplet: 10, 41 and 22. RGB value is (16,65,34). Sum of RGB (Red+Green+Blue) = 16+65+34=115 (15% of max value = 765). Red value is 16 (6.64% from 255 or 13.91% from 115); Green value is 65 (25.78% from 255 or 56.52% from 115); Blue value is 34 (13.67% from 255 or 29.57% from 115); Max value from RGB is 65 - color contains mainly: green. Hex color #104122 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #104122 is #EFBEDD. Grayscale: #2E2E2E. Windows color (decimal): -15711966 or 2244880. OLE color: 2244880.

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

Color convert

RGB166534-
CMYK0.7500.480.75
HSL142.04º60.49%15.88%-
HSV(B)142.04º75.38%25.49%-
XYZ2.394.012.16-
YUV46.82120.77106.02-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 13.91%
GREEN value IS 65 (25.78% from 255) = 56.52%
BLUE value IS 34 (13.67% from 255) = 29.57%
R=13.91%
G=56.52%
B=29.57%

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
Decimal1665340.7500.480.75142.0460.4915.88
Hex1041224B0304B8e3c10
Octal20101421130601132167420
Binary1000010000011000101001011011000010010111000111011110010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #104122

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #104122; }

 p { color: rgb(16,65,34); }

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

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

 a { background-color: rgb(16,65,34); }

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

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

 span { border-color: rgb(16,65,34); }

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