Html Css Color HEX #114311 Myrtle

📋 copy color: '#114311'

red 17 ◦ green 67 ◦ blue 17

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

Shades of Myrtle #114311

Tints of Myrtle #114311

RGB

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

 GREEN value IS 67 (26.56% from 255) = 66.34%

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

R = 16.83%
G = 66.34%
B = 16.83%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.75

 K value IS 0.74

RGB Variations

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

Color information

#114311 (or 0x114311) is known color: Myrtle. HEX triplet: 11, 43 and 11. RGB value is (17,67,17). Sum of RGB (Red+Green+Blue) = 17+67+17=101 (13% of max value = 765). Red value is 17 (7.03% from 255 or 16.83% from 101); Green value is 67 (26.56% from 255 or 66.34% from 101); Blue value is 17 (7.03% from 255 or 16.83% from 101); Max value from RGB is 67 - color contains mainly: green. Hex color #114311 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #114311 is #EEBCEE. Grayscale: #2E2E2E. Windows color (decimal): -15645935 or 1131281. OLE color: 1131281.

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

Color convert

RGB 17 67 17 -
CMYK 0.75 0 0.75 0.74
HSL 120º 0.6% 0.16% -
HSV(B) 120º 0.75% 0.26% -
XYZ 2.34 4.17 1.21 -
YUV 46.35 111.44 107.07 -
System Red Green Blue C M Y K H S L
Decimal 17 67 17 0.75 0 0.75 0.74 120 0.6 0.16
Hex 11 43 11 4B 0 4B 4A 78 3C 10
Octal 21 103 21 113 0 113 112 170 74 20
Binary 10001 1000011 10001 1001011 0 1001011 1001010 1111000 111100 10000

Color Harmonies of #114311

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #114311

Black with #114311

Text Example


Text Example

White with #114311

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #114311; }

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

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

background-color css

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

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

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

border-color css

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

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

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