Html Css Color HEX #114211 Myrtle

📋 copy color: '#114211'

red 17 ◦ green 66 ◦ blue 17

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

Shades of Myrtle #114211

Tints of Myrtle #114211

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 17%

R = 17%
G = 66%
B = 17%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.74

 K value IS 0.74

RGB Variations

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

Color information

#114211 (or 0x114211) is known color: Myrtle. HEX triplet: 11, 42 and 11. RGB value is (17,66,17). Sum of RGB (Red+Green+Blue) = 17+66+17=100 (13% of max value = 765). Red value is 17 (7.03% from 255 or 17% from 100); Green value is 66 (26.17% from 255 or 66% from 100); Blue value is 17 (7.03% from 255 or 17% from 100); Max value from RGB is 66 - color contains mainly: green. Hex color #114211 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #114211 is #EEBDEE. Grayscale: #2D2D2D. Windows color (decimal): -15646191 or 1131025. OLE color: 1131025.

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

Color convert

RGB 17 66 17 -
CMYK 0.74 0 0.74 0.74
HSL 120º 0.59% 0.16% -
HSV(B) 120º 0.74% 0.26% -
XYZ 2.28 4.06 1.19 -
YUV 45.76 111.77 107.48 -
System Red Green Blue C M Y K H S L
Decimal 17 66 17 0.74 0 0.74 0.74 120 0.59 0.16
Hex 11 42 11 4A 0 4A 4A 78 3B 10
Octal 21 102 21 112 0 112 112 170 73 20
Binary 10001 1000010 10001 1001010 0 1001010 1001010 1111000 111011 10000

Color Harmonies of #114211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #114211

Black with #114211

Text Example


Text Example

White with #114211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #114211; }

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

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

background-color css

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

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

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

border-color css

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

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

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