Html Css Color HEX #12361C Deep Fir

📋 copy color: '#12361C'

red 18 ◦ green 54 ◦ blue 28

#12361C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Fir #12361C

Tints of Deep Fir #12361C

RGB

 RED value IS 18 (7.42% from 255) = 18%

 GREEN value IS 54 (21.48% from 255) = 54%

 BLUE value IS 28 (11.33% from 255) = 28%

R = 18%
G = 54%
B = 28%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.48

 K value IS 0.79

RGB Variations

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

Color information

#12361C (or 0x12361C) is known color: Deep Fir. HEX triplet: 12, 36 and 1C. RGB value is (18,54,28). Sum of RGB (Red+Green+Blue) = 18+54+28=100 (13% of max value = 765). Red value is 18 (7.42% from 255 or 18% from 100); Green value is 54 (21.48% from 255 or 54% from 100); Blue value is 28 (11.33% from 255 or 28% from 100); Max value from RGB is 54 - color contains mainly: green. Hex color #12361C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #12361C is #EDC9E3. Grayscale: #282828. Windows color (decimal): -15583716 or 1848850. OLE color: 1848850.

HSL color Cylindrical-coordinate representation of color #12361C: hue angle of 136.67º 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 #12361C is Cyan = 0.67, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.79.

Color convert

RGB 18 54 28 -
CMYK 0.67 0 0.48 0.79
HSL 136.67º 0.5% 0.14% -
HSV(B) 136.67º 0.67% 0.21% -
XYZ 1.78 2.85 1.56 -
YUV 40.27 121.07 112.11 -
System Red Green Blue C M Y K H S L
Decimal 18 54 28 0.67 0 0.48 0.79 136.67 0.5 0.14
Hex 12 36 1C 43 0 30 4F 89 32 E
Octal 22 66 34 103 0 60 117 211 62 16
Binary 10010 110110 11100 1000011 0 110000 1001111 10001001 110010 1110

Color Harmonies of #12361C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12361C

Black with #12361C

Text Example


Text Example

White with #12361C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #12361C;
 }
 .AnyTagClassName
 {
   color: #12361C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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