Html Css Color HEX #113923 Deep Fir

📋 copy color: '#113923'

red 17 ◦ green 57 ◦ blue 35

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

Shades of Deep Fir #113923

Tints of Deep Fir #113923

RGB

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

 GREEN value IS 57 (22.66% from 255) = 52.29%

 BLUE value IS 35 (14.06% from 255) = 32.11%

R = 15.6%
G = 52.29%
B = 32.11%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.39

 K value IS 0.78

RGB Variations

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

Color information

#113923 (or 0x113923) is known color: Deep Fir. HEX triplet: 11, 39 and 23. RGB value is (17,57,35). Sum of RGB (Red+Green+Blue) = 17+57+35=109 (14% of max value = 765). Red value is 17 (7.03% from 255 or 15.60% from 109); Green value is 57 (22.66% from 255 or 52.29% from 109); Blue value is 35 (14.06% from 255 or 32.11% from 109); Max value from RGB is 57 - color contains mainly: green. Hex color #113923 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #113923 is #EEC6DC. Grayscale: #2A2A2A. Windows color (decimal): -15648477 or 2308369. OLE color: 2308369.

HSL color Cylindrical-coordinate representation of color #113923: hue angle of 147º degrees, saturation: 0.54, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #113923 is Cyan = 0.70, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.78.

Color convert

RGB 17 57 35 -
CMYK 0.70 0 0.39 0.78
HSL 147º 0.54% 0.15% -
HSV(B) 147º 0.7% 0.22% -
XYZ 2 3.17 2.1 -
YUV 42.53 123.75 109.79 -
System Red Green Blue C M Y K H S L
Decimal 17 57 35 0.70 0 0.39 0.78 147 0.54 0.15
Hex 11 39 23 46 0 27 4E 93 36 F
Octal 21 71 43 106 0 47 116 223 66 17
Binary 10001 111001 100011 1000110 0 100111 1001110 10010011 110110 1111

Color Harmonies of #113923

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #113923

Black with #113923

Text Example


Text Example

White with #113923

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #113923; }

 p { color: rgb(17,57,35); }

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

background-color css

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

 a { background-color: rgb(17,57,35); }

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

border-color css

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

 span { border-color: rgb(17,57,35); }

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