#104320

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

Shades of Deep Fir #104320

Tints of Deep Fir #104320

Color information

#104320 (or 0x104320) is unknown color: approx Deep Fir. HEX triplet: 10, 43 and 20. RGB value is (16,67,32). Sum of RGB (Red+Green+Blue) = 16+67+32=115 (15% of max value = 765). Red value is 16 (6.64% from 255 or 13.91% from 115); Green value is 67 (26.56% from 255 or 58.26% from 115); Blue value is 32 (12.89% from 255 or 27.83% from 115); Max value from RGB is 67 - color contains mainly: green. Hex color #104320 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #104320 is #EFBCDF. Grayscale: #2F2F2F. Windows color (decimal): -15711456 or 2114320. OLE color: 2114320.

HSL color Cylindrical-coordinate representation of color #104320: hue angle of 138.82º 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 #104320 is Cyan = 0.76, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.74.

Color convert

RGB166732-
CMYK0.7600.520.74
HSL138.82º61.45%16.27%-
HSV(B)138.82º76.12%26.27%-
XYZ2.484.232.05-
YUV47.76119.1105.35-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 13.91%
GREEN value IS 67 (26.56% from 255) = 58.26%
BLUE value IS 32 (12.89% from 255) = 27.83%
R=13.91%
G=58.26%
B=27.83%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal1667320.7600.520.74138.8261.4516.27
Hex1043204C0344A8b3d10
Octal20103401140641122137520
Binary1000010000111000001001100011010010010101000101111110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #104320

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #104320; }

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

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

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

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

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

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

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

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