#12361D

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

Shades of Deep Fir #12361D

Tints of Deep Fir #12361D

Color information

#12361D (or 0x12361D) is unknown color: approx Deep Fir. HEX triplet: 12, 36 and 1D. RGB value is (18,54,29). Sum of RGB (Red+Green+Blue) = 18+54+29=101 (13% of max value = 765). Red value is 18 (7.42% from 255 or 17.82% from 101); Green value is 54 (21.48% from 255 or 53.47% from 101); Blue value is 29 (11.72% from 255 or 28.71% from 101); Max value from RGB is 54 - color contains mainly: green. Hex color #12361D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #12361D is #EDC9E2. Grayscale: #282828. Windows color (decimal): -15583715 or 1914386. OLE color: 1914386.

HSL color Cylindrical-coordinate representation of color #12361D: hue angle of 138.33º degrees, saturation: 0.5, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #12361D is Cyan = 0.67, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.79.

Color convert

RGB185429-
CMYK0.6700.460.79
HSL138.33º50%14.12%-
HSV(B)138.33º66.67%21.18%-
XYZ1.792.861.62-
YUV40.39121.57112.03-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 17.82%
GREEN value IS 54 (21.48% from 255) = 53.47%
BLUE value IS 29 (11.72% from 255) = 28.71%
R=17.82%
G=53.47%
B=28.71%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal1854290.6700.460.79138.335014.12
Hex12361D4302E4F8a32e
Octal2266351030561172126216
Binary1001011011011101100001101011101001111100010101100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12361D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,54,29); }

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

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

 a { background-color: rgb(18,54,29); }

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

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

 span { border-color: rgb(18,54,29); }

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