#103715

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

Shades of Deep Fir #103715

Tints of Deep Fir #103715

Color information

#103715 (or 0x103715) is unknown color: approx Deep Fir. HEX triplet: 10, 37 and 15. RGB value is (16,55,21). Sum of RGB (Red+Green+Blue) = 16+55+21=92 (12% of max value = 765). Red value is 16 (6.64% from 255 or 17.39% from 92); Green value is 55 (21.88% from 255 or 59.78% from 92); Blue value is 21 (8.59% from 255 or 22.83% from 92); Max value from RGB is 55 - color contains mainly: green. Hex color #103715 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #103715 is #EFC8EA. Grayscale: #272727. Windows color (decimal): -15714539 or 1390352. OLE color: 1390352.

HSL color Cylindrical-coordinate representation of color #103715: hue angle of 127.69º degrees, saturation: 0.55, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #103715 is Cyan = 0.71, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.78.

Color convert

RGB165521-
CMYK0.7100.620.78
HSL127.69º54.93%13.92%-
HSV(B)127.69º70.91%21.57%-
XYZ1.722.91.18-
YUV39.46117.58111.26-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 17.39%
GREEN value IS 55 (21.88% from 255) = 59.78%
BLUE value IS 21 (8.59% from 255) = 22.83%
R=17.39%
G=59.78%
B=22.83%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal1655210.7100.620.78127.6954.9313.92
Hex1037154703E4E8037e
Octal2067251070761162006716
Binary1000011011110101100011101111101001110100000001101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #103715

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #103715; }

 p { color: rgb(16,55,21); }

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

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

 a { background-color: rgb(16,55,21); }

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

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

 span { border-color: rgb(16,55,21); }

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