Html Css Color HEX #113216 Deep Fir

📋 copy color: '#113216'

red 17 ◦ green 50 ◦ blue 22

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

Shades of Deep Fir #113216

Tints of Deep Fir #113216

RGB

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

 GREEN value IS 50 (19.92% from 255) = 56.18%

 BLUE value IS 22 (8.98% from 255) = 24.72%

R = 19.1%
G = 56.18%
B = 24.72%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.56

 K value IS 0.80

RGB Variations

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

Color information

#113216 (or 0x113216) is known color: Deep Fir. HEX triplet: 11, 32 and 16. RGB value is (17,50,22). Sum of RGB (Red+Green+Blue) = 17+50+22=89 (11% of max value = 765). Red value is 17 (7.03% from 255 or 19.10% from 89); Green value is 50 (19.92% from 255 or 56.18% from 89); Blue value is 22 (8.98% from 255 or 24.72% from 89); Max value from RGB is 50 - color contains mainly: green. Hex color #113216 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #113216 is #EECDE9. Grayscale: #252525. Windows color (decimal): -15650282 or 1454609. OLE color: 1454609.

HSL color Cylindrical-coordinate representation of color #113216: hue angle of 129.09º degrees, saturation: 0.49, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #113216 is Cyan = 0.66, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.80.

Color convert

RGB 17 50 22 -
CMYK 0.66 0 0.56 0.80
HSL 129.09º 0.49% 0.13% -
HSV(B) 129.09º 0.66% 0.2% -
XYZ 1.52 2.46 1.15 -
YUV 36.94 119.57 113.78 -
System Red Green Blue C M Y K H S L
Decimal 17 50 22 0.66 0 0.56 0.80 129.09 0.49 0.13
Hex 11 32 16 42 0 38 50 81 31 D
Octal 21 62 26 102 0 70 120 201 61 15
Binary 10001 110010 10110 1000010 0 111000 1010000 10000001 110001 1101

Color Harmonies of #113216

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #113216

Black with #113216

Text Example


Text Example

White with #113216

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #113216; }

 p { color: rgb(17,50,22); }

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

background-color css

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

 a { background-color: rgb(17,50,22); }

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

border-color css

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

 span { border-color: rgb(17,50,22); }

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