Html Css Color HEX #113F19 Deep Fir

📋 copy color: '#113F19'

red 17 ◦ green 63 ◦ blue 25

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

Shades of Deep Fir #113F19

Tints of Deep Fir #113F19

RGB

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

 GREEN value IS 63 (25% from 255) = 60%

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

R = 16.19%
G = 60%
B = 23.81%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.60

 K value IS 0.75

RGB Variations

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

Color information

#113F19 (or 0x113F19) is known color: Deep Fir. HEX triplet: 11, 3F and 19. RGB value is (17,63,25). Sum of RGB (Red+Green+Blue) = 17+63+25=105 (13% of max value = 765). Red value is 17 (7.03% from 255 or 16.19% from 105); Green value is 63 (25% from 255 or 60% from 105); Blue value is 25 (10.16% from 255 or 23.81% from 105); Max value from RGB is 63 - color contains mainly: green. Hex color #113F19 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #113F19 is #EEC0E6. Grayscale: #2D2D2D. Windows color (decimal): -15646951 or 1654545. OLE color: 1654545.

HSL color Cylindrical-coordinate representation of color #113F19: hue angle of 130.43º degrees, saturation: 0.57, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #113F19 is Cyan = 0.73, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.75.

Color convert

RGB 17 63 25 -
CMYK 0.73 0 0.60 0.75
HSL 130.43º 0.58% 0.16% -
HSV(B) 130.43º 0.73% 0.25% -
XYZ 2.18 3.74 1.53 -
YUV 44.91 116.76 108.09 -
System Red Green Blue C M Y K H S L
Decimal 17 63 25 0.73 0 0.60 0.75 130.43 0.58 0.16
Hex 11 3F 19 49 0 3C 4B 82 3A 10
Octal 21 77 31 111 0 74 113 202 72 20
Binary 10001 111111 11001 1001001 0 111100 1001011 10000010 111010 10000

Color Harmonies of #113F19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #113F19

Black with #113F19

Text Example


Text Example

White with #113F19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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