#104519

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

Shades of Deep Fir #104519

Tints of Deep Fir #104519

Color information

#104519 (or 0x104519) is unknown color: approx Deep Fir. HEX triplet: 10, 45 and 19. RGB value is (16,69,25). Sum of RGB (Red+Green+Blue) = 16+69+25=110 (14% of max value = 765). Red value is 16 (6.64% from 255 or 14.55% from 110); Green value is 69 (27.34% from 255 or 62.73% from 110); Blue value is 25 (10.16% from 255 or 22.73% from 110); Max value from RGB is 69 - color contains mainly: green. Hex color #104519 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #104519 is #EFBAE6. Grayscale: #303030. Windows color (decimal): -15710951 or 1656080. OLE color: 1656080.

HSL color Cylindrical-coordinate representation of color #104519: hue angle of 130.19º degrees, saturation: 0.62, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #104519 is Cyan = 0.77, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.73.

Color convert

RGB166925-
CMYK0.7700.640.73
HSL130.19º62.35%16.67%-
HSV(B)130.19º76.81%27.06%-
XYZ2.524.441.64-
YUV48.14114.94105.08-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 14.55%
GREEN value IS 69 (27.34% from 255) = 62.73%
BLUE value IS 25 (10.16% from 255) = 22.73%
R=14.55%
G=62.73%
B=22.73%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal1669250.7700.640.73130.1962.3516.67
Hex1045194D04049823e11
Octal201053111501001112027621
Binary1000010001011100110011010100000010010011000001011111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #104519

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #104519; }

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

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

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

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

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

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

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

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