Html Css Color HEX #112518 Deep Fir

📋 copy color: '#112518'

red 17 ◦ green 37 ◦ blue 24

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

Shades of Deep Fir #112518

Tints of Deep Fir #112518

RGB

 RED value IS 17 (7.03% from 255) = 21.79%

 GREEN value IS 37 (14.84% from 255) = 47.44%

 BLUE value IS 24 (9.77% from 255) = 30.77%

R = 21.79%
G = 47.44%
B = 30.77%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.35

 K value IS 0.85

RGB Variations

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

Color information

#112518 (or 0x112518) is known color: Deep Fir. HEX triplet: 11, 25 and 18. RGB value is (17,37,24). Sum of RGB (Red+Green+Blue) = 17+37+24=78 (10% of max value = 765). Red value is 17 (7.03% from 255 or 21.79% from 78); Green value is 37 (14.84% from 255 or 47.44% from 78); Blue value is 24 (9.77% from 255 or 30.77% from 78); Max value from RGB is 37 - color contains mainly: green. Hex color #112518 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #112518 is #EEDAE7. Grayscale: #1D1D1D. Windows color (decimal): -15653608 or 1582353. OLE color: 1582353.

HSL color Cylindrical-coordinate representation of color #112518: hue angle of 141º degrees, saturation: 0.37, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #112518 is Cyan = 0.54, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.85.

Color convert

RGB 17 37 24 -
CMYK 0.54 0 0.35 0.85
HSL 141º 0.37% 0.11% -
HSV(B) 141º 0.54% 0.15% -
XYZ 1.06 1.51 1.1 -
YUV 29.54 124.87 119.06 -
System Red Green Blue C M Y K H S L
Decimal 17 37 24 0.54 0 0.35 0.85 141 0.37 0.11
Hex 11 25 18 36 0 23 55 8D 25 B
Octal 21 45 30 66 0 43 125 215 45 13
Binary 10001 100101 11000 110110 0 100011 1010101 10001101 100101 1011

Color Harmonies of #112518

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #112518

Black with #112518

Text Example


Text Example

White with #112518

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #112518; }

 p { color: rgb(17,37,24); }

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

background-color css

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

 a { background-color: rgb(17,37,24); }

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

border-color css

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

 span { border-color: rgb(17,37,24); }

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