Html Css Color HEX #113A10 Myrtle

📋 copy color: '#113A10'

red 17 ◦ green 58 ◦ blue 16

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

Shades of Myrtle #113A10

Tints of Myrtle #113A10

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 17.58%

R = 18.68%
G = 63.74%
B = 17.58%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.72

 K value IS 0.77

RGB Variations

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

Color information

#113A10 (or 0x113A10) is known color: Myrtle. HEX triplet: 11, 3A and 10. RGB value is (17,58,16). Sum of RGB (Red+Green+Blue) = 17+58+16=91 (12% of max value = 765). Red value is 17 (7.03% from 255 or 18.68% from 91); Green value is 58 (23.05% from 255 or 63.74% from 91); Blue value is 16 (6.64% from 255 or 17.58% from 91); Max value from RGB is 58 - color contains mainly: green. Hex color #113A10 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #113A10 is #EEC5EF. Grayscale: #292929. Windows color (decimal): -15648240 or 1063441. OLE color: 1063441.

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

Color convert

RGB 17 58 16 -
CMYK 0.71 0 0.72 0.77
HSL 118.57º 0.57% 0.15% -
HSV(B) 118.57º 0.72% 0.23% -
XYZ 1.84 3.18 1.01 -
YUV 40.95 113.92 110.92 -
System Red Green Blue C M Y K H S L
Decimal 17 58 16 0.71 0 0.72 0.77 118.57 0.57 0.15
Hex 11 3A 10 47 0 48 4D 77 39 F
Octal 21 72 20 107 0 110 115 167 71 17
Binary 10001 111010 10000 1000111 0 1001000 1001101 1110111 111001 1111

Color Harmonies of #113A10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #113A10

Black with #113A10

Text Example


Text Example

White with #113A10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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