Html Css Color HEX #113A13 Myrtle

📋 copy color: '#113A13'

red 17 ◦ green 58 ◦ blue 19

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

Shades of Myrtle #113A13

Tints of Myrtle #113A13

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 20.21%

R = 18.09%
G = 61.7%
B = 20.21%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.67

 K value IS 0.77

RGB Variations

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

Color information

#113A13 (or 0x113A13) is known color: Myrtle. HEX triplet: 11, 3A and 13. RGB value is (17,58,19). Sum of RGB (Red+Green+Blue) = 17+58+19=94 (12% of max value = 765). Red value is 17 (7.03% from 255 or 18.09% from 94); Green value is 58 (23.05% from 255 or 61.70% from 94); Blue value is 19 (7.81% from 255 or 20.21% from 94); Max value from RGB is 58 - color contains mainly: green. Hex color #113A13 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #113A13 is #EEC5EC. Grayscale: #292929. Windows color (decimal): -15648237 or 1260049. OLE color: 1260049.

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

Color convert

RGB 17 58 19 -
CMYK 0.71 0 0.67 0.77
HSL 122.93º 0.55% 0.15% -
HSV(B) 122.93º 0.71% 0.23% -
XYZ 1.86 3.19 1.13 -
YUV 41.3 115.42 110.67 -
System Red Green Blue C M Y K H S L
Decimal 17 58 19 0.71 0 0.67 0.77 122.93 0.55 0.15
Hex 11 3A 13 47 0 43 4D 7B 37 F
Octal 21 72 23 107 0 103 115 173 67 17
Binary 10001 111010 10011 1000111 0 1000011 1001101 1111011 110111 1111

Color Harmonies of #113A13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #113A13

Black with #113A13

Text Example


Text Example

White with #113A13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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