Html Css Color HEX #114921 Deep Fir

📋 copy color: '#114921'

red 17 ◦ green 73 ◦ blue 33

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

Shades of Deep Fir #114921

Tints of Deep Fir #114921

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 26.83%

R = 13.82%
G = 59.35%
B = 26.83%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.55

 K value IS 0.71

RGB Variations

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

Color information

#114921 (or 0x114921) is known color: Deep Fir. HEX triplet: 11, 49 and 21. RGB value is (17,73,33). Sum of RGB (Red+Green+Blue) = 17+73+33=123 (16% of max value = 765). Red value is 17 (7.03% from 255 or 13.82% from 123); Green value is 73 (28.91% from 255 or 59.35% from 123); Blue value is 33 (13.28% from 255 or 26.83% from 123); Max value from RGB is 73 - color contains mainly: green. Hex color #114921 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #114921 is #EEB6DE. Grayscale: #333333. Windows color (decimal): -15644383 or 2181393. OLE color: 2181393.

HSL color Cylindrical-coordinate representation of color #114921: hue angle of 137.14º 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 #114921 is Cyan = 0.77, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.71.

Color convert

RGB 17 73 33 -
CMYK 0.77 0 0.55 0.71
HSL 137.14º 0.62% 0.18% -
HSV(B) 137.14º 0.77% 0.29% -
XYZ 2.89 4.99 2.25 -
YUV 51.7 117.45 103.25 -
System Red Green Blue C M Y K H S L
Decimal 17 73 33 0.77 0 0.55 0.71 137.14 0.62 0.18
Hex 11 49 21 4D 0 37 47 89 3E 12
Octal 21 111 41 115 0 67 107 211 76 22
Binary 10001 1001001 100001 1001101 0 110111 1000111 10001001 111110 10010

Color Harmonies of #114921

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #114921

Black with #114921

Text Example


Text Example

White with #114921

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #114921; }

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

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

background-color css

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

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

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

border-color css

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

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

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