Html Css Color HEX #114223 Deep Fir

📋 copy color: '#114223'

red 17 ◦ green 66 ◦ blue 35

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

Shades of Deep Fir #114223

Tints of Deep Fir #114223

RGB

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

 GREEN value IS 66 (26.17% from 255) = 55.93%

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

R = 14.41%
G = 55.93%
B = 29.66%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.47

 K value IS 0.74

RGB Variations

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

Color information

#114223 (or 0x114223) is known color: Deep Fir. HEX triplet: 11, 42 and 23. RGB value is (17,66,35). Sum of RGB (Red+Green+Blue) = 17+66+35=118 (15% of max value = 765). Red value is 17 (7.03% from 255 or 14.41% from 118); Green value is 66 (26.17% from 255 or 55.93% from 118); Blue value is 35 (14.06% from 255 or 29.66% from 118); Max value from RGB is 66 - color contains mainly: green. Hex color #114223 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #114223 is #EEBDDC. Grayscale: #2F2F2F. Windows color (decimal): -15646173 or 2310673. OLE color: 2310673.

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

Color convert

RGB 17 66 35 -
CMYK 0.74 0 0.47 0.74
HSL 142.04º 0.59% 0.16% -
HSV(B) 142.04º 0.74% 0.26% -
XYZ 2.48 4.14 2.26 -
YUV 47.82 120.77 106.02 -
System Red Green Blue C M Y K H S L
Decimal 17 66 35 0.74 0 0.47 0.74 142.04 0.59 0.16
Hex 11 42 23 4A 0 2F 4A 8E 3B 10
Octal 21 102 43 112 0 57 112 216 73 20
Binary 10001 1000010 100011 1001010 0 101111 1001010 10001110 111011 10000

Color Harmonies of #114223

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #114223

Black with #114223

Text Example


Text Example

White with #114223

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #114223; }

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

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

background-color css

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

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

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

border-color css

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

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

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