Html Css Color HEX #114124 Deep Fir

📋 copy color: '#114124'

red 17 ◦ green 65 ◦ blue 36

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

Shades of Deep Fir #114124

Tints of Deep Fir #114124

RGB

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

 GREEN value IS 65 (25.78% from 255) = 55.08%

 BLUE value IS 36 (14.45% from 255) = 30.51%

R = 14.41%
G = 55.08%
B = 30.51%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.45

 K value IS 0.75

RGB Variations

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

Color information

#114124 (or 0x114124) is known color: Deep Fir. HEX triplet: 11, 41 and 24. RGB value is (17,65,36). Sum of RGB (Red+Green+Blue) = 17+65+36=118 (15% of max value = 765). Red value is 17 (7.03% from 255 or 14.41% from 118); Green value is 65 (25.78% from 255 or 55.08% from 118); Blue value is 36 (14.45% from 255 or 30.51% from 118); Max value from RGB is 65 - color contains mainly: green. Hex color #114124 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #114124 is #EEBEDB. Grayscale: #2F2F2F. Windows color (decimal): -15646428 or 2375953. OLE color: 2375953.

HSL color Cylindrical-coordinate representation of color #114124: hue angle of 143.75º degrees, saturation: 0.59, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #114124 is Cyan = 0.74, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.75.

Color convert

RGB 17 65 36 -
CMYK 0.74 0 0.45 0.75
HSL 143.75º 0.59% 0.16% -
HSV(B) 143.75º 0.74% 0.25% -
XYZ 2.44 4.03 2.32 -
YUV 47.34 121.6 106.36 -
System Red Green Blue C M Y K H S L
Decimal 17 65 36 0.74 0 0.45 0.75 143.75 0.59 0.16
Hex 11 41 24 4A 0 2D 4B 90 3B 10
Octal 21 101 44 112 0 55 113 220 73 20
Binary 10001 1000001 100100 1001010 0 101101 1001011 10010000 111011 10000

Color Harmonies of #114124

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #114124

Black with #114124

Text Example


Text Example

White with #114124

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #114124; }

 p { color: rgb(17,65,36); }

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

background-color css

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

 a { background-color: rgb(17,65,36); }

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

border-color css

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

 span { border-color: rgb(17,65,36); }

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