Html Css Color HEX #113D12 Myrtle

📋 copy color: '#113D12'

red 17 ◦ green 61 ◦ blue 18

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

Shades of Myrtle #113D12

Tints of Myrtle #113D12

RGB

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

 GREEN value IS 61 (24.22% from 255) = 63.54%

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

R = 17.71%
G = 63.54%
B = 18.75%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.70

 K value IS 0.76

RGB Variations

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

Color information

#113D12 (or 0x113D12) is known color: Myrtle. HEX triplet: 11, 3D and 12. RGB value is (17,61,18). Sum of RGB (Red+Green+Blue) = 17+61+18=96 (12% of max value = 765). Red value is 17 (7.03% from 255 or 17.71% from 96); Green value is 61 (24.22% from 255 or 63.54% from 96); Blue value is 18 (7.42% from 255 or 18.75% from 96); Max value from RGB is 61 - color contains mainly: green. Hex color #113D12 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #113D12 is #EEC2ED. Grayscale: #2B2B2B. Windows color (decimal): -15647470 or 1195281. OLE color: 1195281.

HSL color Cylindrical-coordinate representation of color #113D12: hue angle of 121.36º degrees, saturation: 0.56, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #113D12 is Cyan = 0.72, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.76.

Color convert

RGB 17 61 18 -
CMYK 0.72 0 0.70 0.76
HSL 121.36º 0.56% 0.15% -
HSV(B) 121.36º 0.72% 0.24% -
XYZ 2.01 3.5 1.14 -
YUV 42.94 113.92 109.5 -
System Red Green Blue C M Y K H S L
Decimal 17 61 18 0.72 0 0.70 0.76 121.36 0.56 0.15
Hex 11 3D 12 48 0 46 4C 79 38 F
Octal 21 75 22 110 0 106 114 171 70 17
Binary 10001 111101 10010 1001000 0 1000110 1001100 1111001 111000 1111

Color Harmonies of #113D12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #113D12

Black with #113D12

Text Example


Text Example

White with #113D12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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