#103420

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

Shades of Deep Fir #103420

Tints of Deep Fir #103420

Color information

#103420 (or 0x103420) is unknown color: approx Deep Fir. HEX triplet: 10, 34 and 20. RGB value is (16,52,32). Sum of RGB (Red+Green+Blue) = 16+52+32=100 (13% of max value = 765). Red value is 16 (6.64% from 255 or 16% from 100); Green value is 52 (20.70% from 255 or 52% from 100); Blue value is 32 (12.89% from 255 or 32% from 100); Max value from RGB is 52 - color contains mainly: green. Hex color #103420 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #103420 is #EFCBDF. Grayscale: #272727. Windows color (decimal): -15715296 or 2110480. OLE color: 2110480.

HSL color Cylindrical-coordinate representation of color #103420: hue angle of 146.67º degrees, saturation: 0.53, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #103420 is Cyan = 0.69, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.80.

Color convert

RGB165232-
CMYK0.6900.380.80
HSL146.67º52.94%13.33%-
HSV(B)146.67º69.23%20.39%-
XYZ1.72.671.79-
YUV38.96124.07111.63-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 16%
GREEN value IS 52 (20.70% from 255) = 52%
BLUE value IS 32 (12.89% from 255) = 32%
R=16%
G=52%
B=32%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal1652320.6900.380.80146.6752.9413.33
Hex10342045026509335d
Octal2064401050461202236515
Binary10000110100100000100010101001101010000100100111101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #103420

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #103420; }

 p { color: rgb(16,52,32); }

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

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

 a { background-color: rgb(16,52,32); }

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

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

 span { border-color: rgb(16,52,32); }

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