#10481D

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

Shades of Deep Fir #10481D

Tints of Deep Fir #10481D

Color information

#10481D (or 0x10481D) is unknown color: approx Deep Fir. HEX triplet: 10, 48 and 1D. RGB value is (16,72,29). Sum of RGB (Red+Green+Blue) = 16+72+29=117 (15% of max value = 765). Red value is 16 (6.64% from 255 or 13.68% from 117); Green value is 72 (28.52% from 255 or 61.54% from 117); Blue value is 29 (11.72% from 255 or 24.79% from 117); Max value from RGB is 72 - color contains mainly: green. Hex color #10481D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #10481D is #EFB7E2. Grayscale: #323232. Windows color (decimal): -15710179 or 1918992. OLE color: 1918992.

HSL color Cylindrical-coordinate representation of color #10481D: hue angle of 133.93º degrees, saturation: 0.64, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #10481D is Cyan = 0.78, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.72.

Color convert

RGB167229-
CMYK0.7800.600.72
HSL133.93º63.64%17.25%-
HSV(B)133.93º77.78%28.24%-
XYZ2.754.831.95-
YUV50.35115.95103.5-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 13.68%
GREEN value IS 72 (28.52% from 255) = 61.54%
BLUE value IS 29 (11.72% from 255) = 24.79%
R=13.68%
G=61.54%
B=24.79%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal1672290.7800.600.72133.9363.6417.25
Hex10481D4E03C48864011
Octal201103511607411020610021
Binary1000010010001110110011100111100100100010000110100000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10481D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #10481D; }

 p { color: rgb(16,72,29); }

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

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

 a { background-color: rgb(16,72,29); }

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

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

 span { border-color: rgb(16,72,29); }

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