Html Css Color HEX #113A14 Myrtle

📋 copy color: '#113A14'

red 17 ◦ green 58 ◦ blue 20

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

Shades of Myrtle #113A14

Tints of Myrtle #113A14

RGB

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

 GREEN value IS 58 (23.05% from 255) = 61.05%

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

R = 17.89%
G = 61.05%
B = 21.05%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.66

 K value IS 0.77

RGB Variations

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

Color information

#113A14 (or 0x113A14) is known color: Myrtle. HEX triplet: 11, 3A and 14. RGB value is (17,58,20). Sum of RGB (Red+Green+Blue) = 17+58+20=95 (12% of max value = 765). Red value is 17 (7.03% from 255 or 17.89% from 95); Green value is 58 (23.05% from 255 or 61.05% from 95); Blue value is 20 (8.20% from 255 or 21.05% from 95); Max value from RGB is 58 - color contains mainly: green. Hex color #113A14 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #113A14 is #EEC5EB. Grayscale: #292929. Windows color (decimal): -15648236 or 1325585. OLE color: 1325585.

HSL color Cylindrical-coordinate representation of color #113A14: hue angle of 124.39º degrees, saturation: 0.55, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #113A14 is Cyan = 0.71, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.77.

Color convert

RGB 17 58 20 -
CMYK 0.71 0 0.66 0.77
HSL 124.39º 0.55% 0.15% -
HSV(B) 124.39º 0.71% 0.23% -
XYZ 1.87 3.2 1.18 -
YUV 41.41 115.92 110.59 -
System Red Green Blue C M Y K H S L
Decimal 17 58 20 0.71 0 0.66 0.77 124.39 0.55 0.15
Hex 11 3A 14 47 0 42 4D 7C 37 F
Octal 21 72 24 107 0 102 115 174 67 17
Binary 10001 111010 10100 1000111 0 1000010 1001101 1111100 110111 1111

Color Harmonies of #113A14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #113A14

Black with #113A14

Text Example


Text Example

White with #113A14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #113A14; }

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

 H1.HeaderClassName
 {
   color: #113A14;
 }
 .AnyTagClassName
 {
   color: #113A14;
 }
</style>

background-color css

<style>
 a { background-color: #113A14; }

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

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

border-color css

<style>
 span { border-color: #113A14; }

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

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