#104720

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

Shades of Deep Fir #104720

Tints of Deep Fir #104720

Color information

#104720 (or 0x104720) is unknown color: approx Deep Fir. HEX triplet: 10, 47 and 20. RGB value is (16,71,32). Sum of RGB (Red+Green+Blue) = 16+71+32=119 (15% of max value = 765). Red value is 16 (6.64% from 255 or 13.45% from 119); Green value is 71 (28.12% from 255 or 59.66% from 119); Blue value is 32 (12.89% from 255 or 26.89% from 119); Max value from RGB is 71 - color contains mainly: green. Hex color #104720 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #104720 is #EFB8DF. Grayscale: #323232. Windows color (decimal): -15710432 or 2115344. OLE color: 2115344.

HSL color Cylindrical-coordinate representation of color #104720: hue angle of 137.45º degrees, saturation: 0.63, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #104720 is Cyan = 0.77, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.72.

Color convert

RGB167132-
CMYK0.7700.550.72
HSL137.45º63.22%17.06%-
HSV(B)137.45º77.46%27.84%-
XYZ2.734.722.13-
YUV50.11117.78103.67-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 13.45%
GREEN value IS 71 (28.12% from 255) = 59.66%
BLUE value IS 32 (12.89% from 255) = 26.89%
R=13.45%
G=59.66%
B=26.89%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal1671320.7700.550.72137.4563.2217.06
Hex1047204D03748893f11
Octal20107401150671102117721
Binary1000010001111000001001101011011110010001000100111111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #104720

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #104720; }

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

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

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

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

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

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

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

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