Html Css Color HEX #113D21 Deep Fir

📋 copy color: '#113D21'

red 17 ◦ green 61 ◦ blue 33

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

Shades of Deep Fir #113D21

Tints of Deep Fir #113D21

RGB

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

 GREEN value IS 61 (24.22% from 255) = 54.95%

 BLUE value IS 33 (13.28% from 255) = 29.73%

R = 15.32%
G = 54.95%
B = 29.73%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.46

 K value IS 0.76

RGB Variations

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

Color information

#113D21 (or 0x113D21) is known color: Deep Fir. HEX triplet: 11, 3D and 21. RGB value is (17,61,33). Sum of RGB (Red+Green+Blue) = 17+61+33=111 (14% of max value = 765). Red value is 17 (7.03% from 255 or 15.32% from 111); Green value is 61 (24.22% from 255 or 54.95% from 111); Blue value is 33 (13.28% from 255 or 29.73% from 111); Max value from RGB is 61 - color contains mainly: green. Hex color #113D21 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #113D21 is #EEC2DE. Grayscale: #2C2C2C. Windows color (decimal): -15647455 or 2178321. OLE color: 2178321.

HSL color Cylindrical-coordinate representation of color #113D21: hue angle of 141.82º degrees, saturation: 0.56, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #113D21 is Cyan = 0.72, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.76.

Color convert

RGB 17 61 33 -
CMYK 0.72 0 0.46 0.76
HSL 141.82º 0.56% 0.15% -
HSV(B) 141.82º 0.72% 0.24% -
XYZ 2.17 3.57 2.01 -
YUV 44.65 121.42 108.28 -
System Red Green Blue C M Y K H S L
Decimal 17 61 33 0.72 0 0.46 0.76 141.82 0.56 0.15
Hex 11 3D 21 48 0 2E 4C 8E 38 F
Octal 21 75 41 110 0 56 114 216 70 17
Binary 10001 111101 100001 1001000 0 101110 1001100 10001110 111000 1111

Color Harmonies of #113D21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #113D21

Black with #113D21

Text Example


Text Example

White with #113D21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #113D21; }

 p { color: rgb(17,61,33); }

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

background-color css

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

 a { background-color: rgb(17,61,33); }

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

border-color css

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

 span { border-color: rgb(17,61,33); }

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