Html Css Color HEX #114C15 Myrtle

📋 copy color: '#114C15'

red 17 ◦ green 76 ◦ blue 21

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

Shades of Myrtle #114C15

Tints of Myrtle #114C15

RGB

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

 GREEN value IS 76 (30.08% from 255) = 66.67%

 BLUE value IS 21 (8.59% from 255) = 18.42%

R = 14.91%
G = 66.67%
B = 18.42%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.72

 K value IS 0.70

RGB Variations

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

Color information

#114C15 (or 0x114C15) is known color: Myrtle. HEX triplet: 11, 4C and 15. RGB value is (17,76,21). Sum of RGB (Red+Green+Blue) = 17+76+21=114 (15% of max value = 765). Red value is 17 (7.03% from 255 or 14.91% from 114); Green value is 76 (30.08% from 255 or 66.67% from 114); Blue value is 21 (8.59% from 255 or 18.42% from 114); Max value from RGB is 76 - color contains mainly: green. Hex color #114C15 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #114C15 is #EEB3EA. Grayscale: #343434. Windows color (decimal): -15643627 or 1395729. OLE color: 1395729.

HSL color Cylindrical-coordinate representation of color #114C15: hue angle of 124.07º degrees, saturation: 0.63, 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 #114C15 is Cyan = 0.78, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.70.

Color convert

RGB 17 76 21 -
CMYK 0.78 0 0.72 0.70
HSL 124.07º 0.63% 0.18% -
HSV(B) 124.07º 0.78% 0.3% -
XYZ 2.95 5.34 1.59 -
YUV 52.09 110.45 102.97 -
System Red Green Blue C M Y K H S L
Decimal 17 76 21 0.78 0 0.72 0.70 124.07 0.63 0.18
Hex 11 4C 15 4E 0 48 46 7C 3F 12
Octal 21 114 25 116 0 110 106 174 77 22
Binary 10001 1001100 10101 1001110 0 1001000 1000110 1111100 111111 10010

Color Harmonies of #114C15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #114C15

Black with #114C15

Text Example


Text Example

White with #114C15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,76,21); }

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

background-color css

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

 a { background-color: rgb(17,76,21); }

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

border-color css

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

 span { border-color: rgb(17,76,21); }

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