#10431E

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

Shades of Deep Fir #10431E

Tints of Deep Fir #10431E

Color information

#10431E (or 0x10431E) is unknown color: approx Deep Fir. HEX triplet: 10, 43 and 1E. RGB value is (16,67,30). Sum of RGB (Red+Green+Blue) = 16+67+30=113 (14% of max value = 765). Red value is 16 (6.64% from 255 or 14.16% from 113); Green value is 67 (26.56% from 255 or 59.29% from 113); Blue value is 30 (12.11% from 255 or 26.55% from 113); Max value from RGB is 67 - color contains mainly: green. Hex color #10431E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #10431E is #EFBCE1. Grayscale: #2F2F2F. Windows color (decimal): -15711458 or 1983248. OLE color: 1983248.

HSL color Cylindrical-coordinate representation of color #10431E: hue angle of 136.47º degrees, saturation: 0.61, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #10431E is Cyan = 0.76, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.74.

Color convert

RGB166730-
CMYK0.7600.550.74
HSL136.47º61.45%16.27%-
HSV(B)136.47º76.12%26.27%-
XYZ2.464.221.91-
YUV47.53118.1105.51-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 14.16%
GREEN value IS 67 (26.56% from 255) = 59.29%
BLUE value IS 30 (12.11% from 255) = 26.55%
R=14.16%
G=59.29%
B=26.55%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal1667300.7600.550.74136.4761.4516.27
Hex10431E4C0374A883d10
Octal20103361140671122107520
Binary100001000011111101001100011011110010101000100011110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10431E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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