#10481E

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

Shades of Deep Fir #10481E

Tints of Deep Fir #10481E

Color information

#10481E (or 0x10481E) is unknown color: approx Deep Fir. HEX triplet: 10, 48 and 1E. RGB value is (16,72,30). Sum of RGB (Red+Green+Blue) = 16+72+30=118 (15% of max value = 765). Red value is 16 (6.64% from 255 or 13.56% from 118); Green value is 72 (28.52% from 255 or 61.02% from 118); Blue value is 30 (12.11% from 255 or 25.42% from 118); Max value from RGB is 72 - color contains mainly: green. Hex color #10481E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #10481E is #EFB7E1. Grayscale: #323232. Windows color (decimal): -15710178 or 1984528. OLE color: 1984528.

HSL color Cylindrical-coordinate representation of color #10481E: hue angle of 135º 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 #10481E is Cyan = 0.78, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.72.

Color convert

RGB167230-
CMYK0.7800.580.72
HSL135º63.64%17.25%-
HSV(B)135º77.78%28.24%-
XYZ2.774.842.02-
YUV50.47116.45103.42-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 13.56%
GREEN value IS 72 (28.52% from 255) = 61.02%
BLUE value IS 30 (12.11% from 255) = 25.42%
R=13.56%
G=61.02%
B=25.42%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal1672300.7800.580.7213563.6417.25
Hex10481E4E03A48874011
Octal201103611607211020710021
Binary1000010010001111010011100111010100100010000111100000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10481E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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