Html Css Color HEX #113912 Myrtle

📋 copy color: '#113912'

red 17 ◦ green 57 ◦ blue 18

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

Shades of Myrtle #113912

Tints of Myrtle #113912

RGB

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

 GREEN value IS 57 (22.66% from 255) = 61.96%

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

R = 18.48%
G = 61.96%
B = 19.57%

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

#113912 (or 0x113912) is known color: Myrtle. HEX triplet: 11, 39 and 12. RGB value is (17,57,18). Sum of RGB (Red+Green+Blue) = 17+57+18=92 (12% of max value = 765). Red value is 17 (7.03% from 255 or 18.48% from 92); Green value is 57 (22.66% from 255 or 61.96% from 92); Blue value is 18 (7.42% from 255 or 19.57% from 92); Max value from RGB is 57 - color contains mainly: green. Hex color #113912 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #113912 is #EEC6ED. Grayscale: #282828. Windows color (decimal): -15648494 or 1194257. OLE color: 1194257.

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

Color convert

RGB 17 57 18 -
CMYK 0.70 0 0.68 0.78
HSL 121.5º 0.54% 0.15% -
HSV(B) 121.5º 0.7% 0.22% -
XYZ 1.8 3.09 1.07 -
YUV 40.59 115.25 111.17 -
System Red Green Blue C M Y K H S L
Decimal 17 57 18 0.70 0 0.68 0.78 121.5 0.54 0.15
Hex 11 39 12 46 0 44 4E 7A 36 F
Octal 21 71 22 106 0 104 116 172 66 17
Binary 10001 111001 10010 1000110 0 1000100 1001110 1111010 110110 1111

Color Harmonies of #113912

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #113912

Black with #113912

Text Example


Text Example

White with #113912

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #113912; }

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

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

background-color css

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

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

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

border-color css

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

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

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