#104619

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

Shades of Deep Fir #104619

Tints of Deep Fir #104619

Color information

#104619 (or 0x104619) is unknown color: approx Deep Fir. HEX triplet: 10, 46 and 19. RGB value is (16,70,25). Sum of RGB (Red+Green+Blue) = 16+70+25=111 (14% of max value = 765). Red value is 16 (6.64% from 255 or 14.41% from 111); Green value is 70 (27.73% from 255 or 63.06% from 111); Blue value is 25 (10.16% from 255 or 22.52% from 111); Max value from RGB is 70 - color contains mainly: green. Hex color #104619 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #104619 is #EFB9E6. Grayscale: #303030. Windows color (decimal): -15710695 or 1656336. OLE color: 1656336.

HSL color Cylindrical-coordinate representation of color #104619: hue angle of 130º degrees, saturation: 0.63, 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 #104619 is Cyan = 0.77, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.73.

Color convert

RGB167025-
CMYK0.7700.640.73
HSL130º62.79%16.86%-
HSV(B)130º77.14%27.45%-
XYZ2.584.561.66-
YUV48.72114.61104.66-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 14.41%
GREEN value IS 70 (27.73% from 255) = 63.06%
BLUE value IS 25 (10.16% from 255) = 22.52%
R=14.41%
G=63.06%
B=22.52%

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
Decimal1670250.7700.640.7313062.7916.86
Hex1046194D04049823f11
Octal201063111501001112027721
Binary1000010001101100110011010100000010010011000001011111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #104619

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #104619; }

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

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

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

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

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

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

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

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