Html Css Color HEX #112618 Deep Fir

📋 copy color: '#112618'

red 17 ◦ green 38 ◦ blue 24

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

Shades of Deep Fir #112618

Tints of Deep Fir #112618

RGB

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

 GREEN value IS 38 (15.23% from 255) = 48.1%

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

R = 21.52%
G = 48.1%
B = 30.38%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.37

 K value IS 0.85

RGB Variations

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

Color information

#112618 (or 0x112618) is known color: Deep Fir. HEX triplet: 11, 26 and 18. RGB value is (17,38,24). Sum of RGB (Red+Green+Blue) = 17+38+24=79 (10% of max value = 765). Red value is 17 (7.03% from 255 or 21.52% from 79); Green value is 38 (15.23% from 255 or 48.10% from 79); Blue value is 24 (9.77% from 255 or 30.38% from 79); Max value from RGB is 38 - color contains mainly: green. Hex color #112618 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #112618 is #EED9E7. Grayscale: #1E1E1E. Windows color (decimal): -15653352 or 1582609. OLE color: 1582609.

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

Color convert

RGB 17 38 24 -
CMYK 0.55 0 0.37 0.85
HSL 140º 0.38% 0.11% -
HSV(B) 140º 0.55% 0.15% -
XYZ 1.09 1.57 1.11 -
YUV 30.13 124.54 118.64 -
System Red Green Blue C M Y K H S L
Decimal 17 38 24 0.55 0 0.37 0.85 140 0.38 0.11
Hex 11 26 18 37 0 25 55 8C 26 B
Octal 21 46 30 67 0 45 125 214 46 13
Binary 10001 100110 11000 110111 0 100101 1010101 10001100 100110 1011

Color Harmonies of #112618

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #112618

Black with #112618

Text Example


Text Example

White with #112618

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #112618; }

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

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

background-color css

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

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

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

border-color css

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

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

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