Html Css Color HEX #114A12 Myrtle

📋 copy color: '#114A12'

red 17 ◦ green 74 ◦ blue 18

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

Shades of Myrtle #114A12

Tints of Myrtle #114A12

RGB

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

 GREEN value IS 74 (29.3% from 255) = 67.89%

 BLUE value IS 18 (7.42% from 255) = 16.51%

R = 15.6%
G = 67.89%
B = 16.51%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.76

 K value IS 0.71

RGB Variations

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

Color information

#114A12 (or 0x114A12) is known color: Myrtle. HEX triplet: 11, 4A and 12. RGB value is (17,74,18). Sum of RGB (Red+Green+Blue) = 17+74+18=109 (14% of max value = 765). Red value is 17 (7.03% from 255 or 15.60% from 109); Green value is 74 (29.30% from 255 or 67.89% from 109); Blue value is 18 (7.42% from 255 or 16.51% from 109); Max value from RGB is 74 - color contains mainly: green. Hex color #114A12 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #114A12 is #EEB5ED. Grayscale: #323232. Windows color (decimal): -15644142 or 1198609. OLE color: 1198609.

HSL color Cylindrical-coordinate representation of color #114A12: hue angle of 121.05º degrees, saturation: 0.63, 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 #114A12 is Cyan = 0.77, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.71.

Color convert

RGB 17 74 18 -
CMYK 0.77 0 0.76 0.71
HSL 121.05º 0.63% 0.18% -
HSV(B) 121.05º 0.77% 0.29% -
XYZ 2.79 5.06 1.4 -
YUV 50.57 109.62 104.05 -
System Red Green Blue C M Y K H S L
Decimal 17 74 18 0.77 0 0.76 0.71 121.05 0.63 0.18
Hex 11 4A 12 4D 0 4C 47 79 3F 12
Octal 21 112 22 115 0 114 107 171 77 22
Binary 10001 1001010 10010 1001101 0 1001100 1000111 1111001 111111 10010

Color Harmonies of #114A12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #114A12

Black with #114A12

Text Example


Text Example

White with #114A12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,74,18); }

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

background-color css

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

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

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

border-color css

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

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

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