Html Css Color HEX #114913 Myrtle

📋 copy color: '#114913'

red 17 ◦ green 73 ◦ blue 19

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

Shades of Myrtle #114913

Tints of Myrtle #114913

RGB

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

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

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

R = 15.6%
G = 66.97%
B = 17.43%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.74

 K value IS 0.71

RGB Variations

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

Color information

#114913 (or 0x114913) is known color: Myrtle. HEX triplet: 11, 49 and 13. RGB value is (17,73,19). Sum of RGB (Red+Green+Blue) = 17+73+19=109 (14% of max value = 765). Red value is 17 (7.03% from 255 or 15.60% from 109); Green value is 73 (28.91% from 255 or 66.97% from 109); Blue value is 19 (7.81% from 255 or 17.43% from 109); Max value from RGB is 73 - color contains mainly: green. Hex color #114913 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #114913 is #EEB6EC. Grayscale: #323232. Windows color (decimal): -15644397 or 1263889. OLE color: 1263889.

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

Color convert

RGB 17 73 19 -
CMYK 0.77 0 0.74 0.71
HSL 122.14º 0.62% 0.18% -
HSV(B) 122.14º 0.77% 0.29% -
XYZ 2.73 4.93 1.42 -
YUV 50.1 110.45 104.39 -
System Red Green Blue C M Y K H S L
Decimal 17 73 19 0.77 0 0.74 0.71 122.14 0.62 0.18
Hex 11 49 13 4D 0 4A 47 7A 3E 12
Octal 21 111 23 115 0 112 107 172 76 22
Binary 10001 1001001 10011 1001101 0 1001010 1000111 1111010 111110 10010

Color Harmonies of #114913

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #114913

Black with #114913

Text Example


Text Example

White with #114913

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #114913; }

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

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

background-color css

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

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

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

border-color css

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

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

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