Html Css Color HEX #114D1B Myrtle

📋 copy color: '#114D1B'

red 17 ◦ green 77 ◦ blue 27

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

Shades of Myrtle #114D1B

Tints of Myrtle #114D1B

RGB

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

 GREEN value IS 77 (30.47% from 255) = 63.64%

 BLUE value IS 27 (10.94% from 255) = 22.31%

R = 14.05%
G = 63.64%
B = 22.31%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.65

 K value IS 0.70

RGB Variations

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

Color information

#114D1B (or 0x114D1B) is known color: Myrtle. HEX triplet: 11, 4D and 1B. RGB value is (17,77,27). Sum of RGB (Red+Green+Blue) = 17+77+27=121 (16% of max value = 765). Red value is 17 (7.03% from 255 or 14.05% from 121); Green value is 77 (30.47% from 255 or 63.64% from 121); Blue value is 27 (10.94% from 255 or 22.31% from 121); Max value from RGB is 77 - color contains mainly: green. Hex color #114D1B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #114D1B is #EEB2E4. Grayscale: #353535. Windows color (decimal): -15643365 or 1789201. OLE color: 1789201.

HSL color Cylindrical-coordinate representation of color #114D1B: hue angle of 130º degrees, saturation: 0.64, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #114D1B is Cyan = 0.78, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.70.

Color convert

RGB 17 77 27 -
CMYK 0.78 0 0.65 0.70
HSL 130º 0.64% 0.18% -
HSV(B) 130º 0.78% 0.3% -
XYZ 3.08 5.51 1.94 -
YUV 53.36 113.12 102.07 -
System Red Green Blue C M Y K H S L
Decimal 17 77 27 0.78 0 0.65 0.70 130 0.64 0.18
Hex 11 4D 1B 4E 0 41 46 82 40 12
Octal 21 115 33 116 0 101 106 202 100 22
Binary 10001 1001101 11011 1001110 0 1000001 1000110 10000010 1000000 10010

Color Harmonies of #114D1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #114D1B

Black with #114D1B

Text Example


Text Example

White with #114D1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #114D1B; }

 p { color: rgb(17,77,27); }

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

background-color css

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

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

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

border-color css

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

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

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