Html Css Color HEX #115D14 Myrtle

📋 copy color: '#115D14'

red 17 ◦ green 93 ◦ blue 20

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

Shades of Myrtle #115D14

Tints of Myrtle #115D14

RGB

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

 GREEN value IS 93 (36.72% from 255) = 71.54%

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

R = 13.08%
G = 71.54%
B = 15.38%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.78

 K value IS 0.64

RGB Variations

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

Color information

#115D14 (or 0x115D14) is known color: Myrtle. HEX triplet: 11, 5D and 14. RGB value is (17,93,20). Sum of RGB (Red+Green+Blue) = 17+93+20=130 (17% of max value = 765). Red value is 17 (7.03% from 255 or 13.08% from 130); Green value is 93 (36.72% from 255 or 71.54% from 130); Blue value is 20 (8.20% from 255 or 15.38% from 130); Max value from RGB is 93 - color contains mainly: green. Hex color #115D14 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #115D14 is #EEA2EB. Grayscale: #3E3E3E. Windows color (decimal): -15639276 or 1334545. OLE color: 1334545.

HSL color Cylindrical-coordinate representation of color #115D14: hue angle of 122.37º degrees, saturation: 0.69, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #115D14 is Cyan = 0.82, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.64.

Color convert

RGB 17 93 20 -
CMYK 0.82 0 0.78 0.64
HSL 122.37º 0.69% 0.22% -
HSV(B) 122.37º 0.82% 0.36% -
XYZ 4.27 8 1.98 -
YUV 61.95 104.32 95.94 -
System Red Green Blue C M Y K H S L
Decimal 17 93 20 0.82 0 0.78 0.64 122.37 0.69 0.22
Hex 11 5D 14 52 0 4E 40 7A 45 16
Octal 21 135 24 122 0 116 100 172 105 26
Binary 10001 1011101 10100 1010010 0 1001110 1000000 1111010 1000101 10110

Color Harmonies of #115D14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #115D14

Black with #115D14

Text Example


Text Example

White with #115D14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #115D14; }

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

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

background-color css

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

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

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

border-color css

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

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

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