Html Css Color HEX #113D19 Deep Fir

📋 copy color: '#113D19'

red 17 ◦ green 61 ◦ blue 25

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

Shades of Deep Fir #113D19

Tints of Deep Fir #113D19

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 24.27%

R = 16.5%
G = 59.22%
B = 24.27%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.59

 K value IS 0.76

RGB Variations

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

Color information

#113D19 (or 0x113D19) is known color: Deep Fir. HEX triplet: 11, 3D and 19. RGB value is (17,61,25). Sum of RGB (Red+Green+Blue) = 17+61+25=103 (13% of max value = 765). Red value is 17 (7.03% from 255 or 16.50% from 103); Green value is 61 (24.22% from 255 or 59.22% from 103); Blue value is 25 (10.16% from 255 or 24.27% from 103); Max value from RGB is 61 - color contains mainly: green. Hex color #113D19 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #113D19 is #EEC2E6. Grayscale: #2B2B2B. Windows color (decimal): -15647463 or 1654033. OLE color: 1654033.

HSL color Cylindrical-coordinate representation of color #113D19: hue angle of 130.91º 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 #113D19 is Cyan = 0.72, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.76.

Color convert

RGB 17 61 25 -
CMYK 0.72 0 0.59 0.76
HSL 130.91º 0.56% 0.15% -
HSV(B) 130.91º 0.72% 0.24% -
XYZ 2.08 3.53 1.49 -
YUV 43.74 117.42 108.93 -
System Red Green Blue C M Y K H S L
Decimal 17 61 25 0.72 0 0.59 0.76 130.91 0.56 0.15
Hex 11 3D 19 48 0 3B 4C 83 38 F
Octal 21 75 31 110 0 73 114 203 70 17
Binary 10001 111101 11001 1001000 0 111011 1001100 10000011 111000 1111

Color Harmonies of #113D19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #113D19

Black with #113D19

Text Example


Text Example

White with #113D19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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