Html Css Color HEX #114623 Deep Fir

📋 copy color: '#114623'

red 17 ◦ green 70 ◦ blue 35

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

Shades of Deep Fir #114623

Tints of Deep Fir #114623

RGB

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

 GREEN value IS 70 (27.73% from 255) = 57.38%

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

R = 13.93%
G = 57.38%
B = 28.69%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.5

 K value IS 0.73

RGB Variations

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

Color information

#114623 (or 0x114623) is known color: Deep Fir. HEX triplet: 11, 46 and 23. RGB value is (17,70,35). Sum of RGB (Red+Green+Blue) = 17+70+35=122 (16% of max value = 765). Red value is 17 (7.03% from 255 or 13.93% from 122); Green value is 70 (27.73% from 255 or 57.38% from 122); Blue value is 35 (14.06% from 255 or 28.69% from 122); Max value from RGB is 70 - color contains mainly: green. Hex color #114623 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #114623 is #EEB9DC. Grayscale: #323232. Windows color (decimal): -15645149 or 2311697. OLE color: 2311697.

HSL color Cylindrical-coordinate representation of color #114623: hue angle of 140.38º degrees, saturation: 0.61, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #114623 is Cyan = 0.76, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.73.

Color convert

RGB 17 70 35 -
CMYK 0.76 0 0.5 0.73
HSL 140.38º 0.61% 0.17% -
HSV(B) 140.38º 0.76% 0.27% -
XYZ 2.72 4.62 2.34 -
YUV 50.16 119.44 104.35 -
System Red Green Blue C M Y K H S L
Decimal 17 70 35 0.76 0 0.5 0.73 140.38 0.61 0.17
Hex 11 46 23 4C 0 32 49 8C 3D 11
Octal 21 106 43 114 0 62 111 214 75 21
Binary 10001 1000110 100011 1001100 0 110010 1001001 10001100 111101 10001

Color Harmonies of #114623

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #114623

Black with #114623

Text Example


Text Example

White with #114623

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #114623; }

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

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

background-color css

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

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

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

border-color css

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

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

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