Html Css Color HEX #113812 Myrtle

📋 copy color: '#113812'

red 17 ◦ green 56 ◦ blue 18

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

Shades of Myrtle #113812

Tints of Myrtle #113812

RGB

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

 GREEN value IS 56 (22.27% from 255) = 61.54%

 BLUE value IS 18 (7.42% from 255) = 19.78%

R = 18.68%
G = 61.54%
B = 19.78%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.68

 K value IS 0.78

RGB Variations

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

Color information

#113812 (or 0x113812) is known color: Myrtle. HEX triplet: 11, 38 and 12. RGB value is (17,56,18). Sum of RGB (Red+Green+Blue) = 17+56+18=91 (12% of max value = 765). Red value is 17 (7.03% from 255 or 18.68% from 91); Green value is 56 (22.27% from 255 or 61.54% from 91); Blue value is 18 (7.42% from 255 or 19.78% from 91); Max value from RGB is 56 - color contains mainly: green. Hex color #113812 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #113812 is #EEC7ED. Grayscale: #282828. Windows color (decimal): -15648750 or 1194001. OLE color: 1194001.

HSL color Cylindrical-coordinate representation of color #113812: hue angle of 121.54º degrees, saturation: 0.53, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #113812 is Cyan = 0.70, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.78.

Color convert

RGB 17 56 18 -
CMYK 0.70 0 0.68 0.78
HSL 121.54º 0.53% 0.14% -
HSV(B) 121.54º 0.7% 0.22% -
XYZ 1.75 2.99 1.06 -
YUV 40.01 115.58 111.59 -
System Red Green Blue C M Y K H S L
Decimal 17 56 18 0.70 0 0.68 0.78 121.54 0.53 0.14
Hex 11 38 12 46 0 44 4E 7A 35 E
Octal 21 70 22 106 0 104 116 172 65 16
Binary 10001 111000 10010 1000110 0 1000100 1001110 1111010 110101 1110

Color Harmonies of #113812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #113812

Black with #113812

Text Example


Text Example

White with #113812

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #113812; }

 p { color: rgb(17,56,18); }

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

background-color css

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

 a { background-color: rgb(17,56,18); }

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

border-color css

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

 span { border-color: rgb(17,56,18); }

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