#104C1B

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

Shades of Deep Fir #104C1B

Tints of Deep Fir #104C1B

Color information

#104C1B (or 0x104C1B) is unknown color: approx Deep Fir. HEX triplet: 10, 4C and 1B. RGB value is (16,76,27). Sum of RGB (Red+Green+Blue) = 16+76+27=119 (15% of max value = 765). Red value is 16 (6.64% from 255 or 13.45% from 119); Green value is 76 (30.08% from 255 or 63.87% from 119); Blue value is 27 (10.94% from 255 or 22.69% from 119); Max value from RGB is 76 - color contains mainly: green. Hex color #104C1B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #104C1B is #EFB3E4. Grayscale: #343434. Windows color (decimal): -15709157 or 1788944. OLE color: 1788944.

HSL color Cylindrical-coordinate representation of color #104C1B: hue angle of 131º degrees, saturation: 0.65, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #104C1B is Cyan = 0.79, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.70.

Color convert

RGB167627-
CMYK0.7900.640.70
HSL131º65.22%18.04%-
HSV(B)131º78.95%29.8%-
XYZ35.361.91-
YUV52.47113.62101.98-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 13.45%
GREEN value IS 76 (30.08% from 255) = 63.87%
BLUE value IS 27 (10.94% from 255) = 22.69%
R=13.45%
G=63.87%
B=22.69%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal1676270.7900.640.7013165.2218.04
Hex104C1B4F04046834112
Octal2011433117010010620310122
Binary10000100110011011100111101000000100011010000011100000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #104C1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #104C1B; }

 p { color: rgb(16,76,27); }

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

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

 a { background-color: rgb(16,76,27); }

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

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

 span { border-color: rgb(16,76,27); }

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