#104319

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

Shades of Deep Fir #104319

Tints of Deep Fir #104319

Color information

#104319 (or 0x104319) is unknown color: approx Deep Fir. HEX triplet: 10, 43 and 19. RGB value is (16,67,25). Sum of RGB (Red+Green+Blue) = 16+67+25=108 (14% of max value = 765). Red value is 16 (6.64% from 255 or 14.81% from 108); Green value is 67 (26.56% from 255 or 62.04% from 108); Blue value is 25 (10.16% from 255 or 23.15% from 108); Max value from RGB is 67 - color contains mainly: green. Hex color #104319 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #104319 is #EFBCE6. Grayscale: #2F2F2F. Windows color (decimal): -15711463 or 1655568. OLE color: 1655568.

HSL color Cylindrical-coordinate representation of color #104319: hue angle of 130.59º degrees, saturation: 0.61, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #104319 is Cyan = 0.76, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.74.

Color convert

RGB166725-
CMYK0.7600.630.74
HSL130.59º61.45%16.27%-
HSV(B)130.59º76.12%26.27%-
XYZ2.44.191.6-
YUV46.96115.6105.92-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 14.81%
GREEN value IS 67 (26.56% from 255) = 62.04%
BLUE value IS 25 (10.16% from 255) = 23.15%
R=14.81%
G=62.04%
B=23.15%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal1667250.7600.630.74130.5961.4516.27
Hex1043194C03F4A833d10
Octal20103311140771122037520
Binary100001000011110011001100011111110010101000001111110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #104319

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #104319; }

 p { color: rgb(16,67,25); }

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

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

 a { background-color: rgb(16,67,25); }

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

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

 span { border-color: rgb(16,67,25); }

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