Html Css Color HEX #114A18 Myrtle

📋 copy color: '#114A18'

red 17 ◦ green 74 ◦ blue 24

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

Shades of Myrtle #114A18

Tints of Myrtle #114A18

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 20.87%

R = 14.78%
G = 64.35%
B = 20.87%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.68

 K value IS 0.71

RGB Variations

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

Color information

#114A18 (or 0x114A18) is known color: Myrtle. HEX triplet: 11, 4A and 18. RGB value is (17,74,24). Sum of RGB (Red+Green+Blue) = 17+74+24=115 (15% of max value = 765). Red value is 17 (7.03% from 255 or 14.78% from 115); Green value is 74 (29.30% from 255 or 64.35% from 115); Blue value is 24 (9.77% from 255 or 20.87% from 115); Max value from RGB is 74 - color contains mainly: green. Hex color #114A18 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #114A18 is #EEB5E7. Grayscale: #333333. Windows color (decimal): -15644136 or 1591825. OLE color: 1591825.

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

Color convert

RGB 17 74 24 -
CMYK 0.77 0 0.68 0.71
HSL 127.37º 0.63% 0.18% -
HSV(B) 127.37º 0.77% 0.29% -
XYZ 2.84 5.08 1.7 -
YUV 51.26 112.62 103.57 -
System Red Green Blue C M Y K H S L
Decimal 17 74 24 0.77 0 0.68 0.71 127.37 0.63 0.18
Hex 11 4A 18 4D 0 44 47 7F 3F 12
Octal 21 112 30 115 0 104 107 177 77 22
Binary 10001 1001010 11000 1001101 0 1000100 1000111 1111111 111111 10010

Color Harmonies of #114A18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #114A18

Black with #114A18

Text Example


Text Example

White with #114A18

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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