Html Css Color HEX #114923 Deep Fir

📋 copy color: '#114923'

red 17 ◦ green 73 ◦ blue 35

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

Shades of Deep Fir #114923

Tints of Deep Fir #114923

RGB

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

 GREEN value IS 73 (28.91% from 255) = 58.4%

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

R = 13.6%
G = 58.4%
B = 28%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.52

 K value IS 0.71

RGB Variations

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

Color information

#114923 (or 0x114923) is known color: Deep Fir. HEX triplet: 11, 49 and 23. RGB value is (17,73,35). Sum of RGB (Red+Green+Blue) = 17+73+35=125 (16% of max value = 765). Red value is 17 (7.03% from 255 or 13.6% from 125); Green value is 73 (28.91% from 255 or 58.4% from 125); Blue value is 35 (14.06% from 255 or 28% from 125); Max value from RGB is 73 - color contains mainly: green. Hex color #114923 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #114923 is #EEB6DC. Grayscale: #343434. Windows color (decimal): -15644381 or 2312465. OLE color: 2312465.

HSL color Cylindrical-coordinate representation of color #114923: hue angle of 139.29º degrees, saturation: 0.62, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #114923 is Cyan = 0.77, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.71.

Color convert

RGB 17 73 35 -
CMYK 0.77 0 0.52 0.71
HSL 139.29º 0.62% 0.18% -
HSV(B) 139.29º 0.77% 0.29% -
XYZ 2.92 5.01 2.4 -
YUV 51.92 118.45 103.09 -
System Red Green Blue C M Y K H S L
Decimal 17 73 35 0.77 0 0.52 0.71 139.29 0.62 0.18
Hex 11 49 23 4D 0 34 47 8B 3E 12
Octal 21 111 43 115 0 64 107 213 76 22
Binary 10001 1001001 100011 1001101 0 110100 1000111 10001011 111110 10010

Color Harmonies of #114923

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #114923

Black with #114923

Text Example


Text Example

White with #114923

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #114923; }

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

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

background-color css

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

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

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

border-color css

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

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

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