Html Css Color HEX #114914 Myrtle

📋 copy color: '#114914'

red 17 ◦ green 73 ◦ blue 20

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

Shades of Myrtle #114914

Tints of Myrtle #114914

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 18.18%

R = 15.45%
G = 66.36%
B = 18.18%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.73

 K value IS 0.71

RGB Variations

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

Color information

#114914 (or 0x114914) is known color: Myrtle. HEX triplet: 11, 49 and 14. RGB value is (17,73,20). Sum of RGB (Red+Green+Blue) = 17+73+20=110 (14% of max value = 765). Red value is 17 (7.03% from 255 or 15.45% from 110); Green value is 73 (28.91% from 255 or 66.36% from 110); Blue value is 20 (8.20% from 255 or 18.18% from 110); Max value from RGB is 73 - color contains mainly: green. Hex color #114914 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #114914 is #EEB6EB. Grayscale: #323232. Windows color (decimal): -15644396 or 1329425. OLE color: 1329425.

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

Color convert

RGB 17 73 20 -
CMYK 0.77 0 0.73 0.71
HSL 123.21º 0.62% 0.18% -
HSV(B) 123.21º 0.77% 0.29% -
XYZ 2.74 4.93 1.47 -
YUV 50.21 110.95 104.31 -
System Red Green Blue C M Y K H S L
Decimal 17 73 20 0.77 0 0.73 0.71 123.21 0.62 0.18
Hex 11 49 14 4D 0 49 47 7B 3E 12
Octal 21 111 24 115 0 111 107 173 76 22
Binary 10001 1001001 10100 1001101 0 1001001 1000111 1111011 111110 10010

Color Harmonies of #114914

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #114914

Black with #114914

Text Example


Text Example

White with #114914

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #114914; }

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

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

background-color css

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

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

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

border-color css

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

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

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