Html Css Color HEX #114513 Myrtle

📋 copy color: '#114513'

red 17 ◦ green 69 ◦ blue 19

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

Shades of Myrtle #114513

Tints of Myrtle #114513

RGB

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

 GREEN value IS 69 (27.34% from 255) = 65.71%

 BLUE value IS 19 (7.81% from 255) = 18.1%

R = 16.19%
G = 65.71%
B = 18.1%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.72

 K value IS 0.73

RGB Variations

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

Color information

#114513 (or 0x114513) is known color: Myrtle. HEX triplet: 11, 45 and 13. RGB value is (17,69,19). Sum of RGB (Red+Green+Blue) = 17+69+19=105 (13% of max value = 765). Red value is 17 (7.03% from 255 or 16.19% from 105); Green value is 69 (27.34% from 255 or 65.71% from 105); Blue value is 19 (7.81% from 255 or 18.10% from 105); Max value from RGB is 69 - color contains mainly: green. Hex color #114513 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #114513 is #EEBAEC. Grayscale: #2F2F2F. Windows color (decimal): -15645421 or 1262865. OLE color: 1262865.

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

Color convert

RGB 17 69 19 -
CMYK 0.75 0 0.72 0.73
HSL 122.31º 0.6% 0.17% -
HSV(B) 122.31º 0.75% 0.27% -
XYZ 2.48 4.42 1.34 -
YUV 47.75 111.77 106.07 -
System Red Green Blue C M Y K H S L
Decimal 17 69 19 0.75 0 0.72 0.73 122.31 0.6 0.17
Hex 11 45 13 4B 0 48 49 7A 3C 11
Octal 21 105 23 113 0 110 111 172 74 21
Binary 10001 1000101 10011 1001011 0 1001000 1001001 1111010 111100 10001

Color Harmonies of #114513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #114513

Black with #114513

Text Example


Text Example

White with #114513

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #114513; }

 p { color: rgb(17,69,19); }

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

background-color css

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

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

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

border-color css

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

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

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