Html Css Color HEX #113010 Myrtle

📋 copy color: '#113010'

red 17 ◦ green 48 ◦ blue 16

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

Shades of Myrtle #113010

Tints of Myrtle #113010

RGB

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

 GREEN value IS 48 (19.14% from 255) = 59.26%

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

R = 20.99%
G = 59.26%
B = 19.75%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.67

 K value IS 0.81

RGB Variations

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

Color information

#113010 (or 0x113010) is known color: Myrtle. HEX triplet: 11, 30 and 10. RGB value is (17,48,16). Sum of RGB (Red+Green+Blue) = 17+48+16=81 (10% of max value = 765). Red value is 17 (7.03% from 255 or 20.99% from 81); Green value is 48 (19.14% from 255 or 59.26% from 81); Blue value is 16 (6.64% from 255 or 19.75% from 81); Max value from RGB is 48 - color contains mainly: green. Hex color #113010 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #113010 is #EECFEF. Grayscale: #232323. Windows color (decimal): -15650800 or 1060881. OLE color: 1060881.

HSL color Cylindrical-coordinate representation of color #113010: hue angle of 118.12º degrees, saturation: 0.5, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #113010 is Cyan = 0.65, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.81.

Color convert

RGB 17 48 16 -
CMYK 0.65 0 0.67 0.81
HSL 118.13º 0.5% 0.13% -
HSV(B) 118.13º 0.67% 0.19% -
XYZ 1.38 2.27 0.86 -
YUV 35.08 117.23 115.1 -
System Red Green Blue C M Y K H S L
Decimal 17 48 16 0.65 0 0.67 0.81 118.13 0.5 0.13
Hex 11 30 10 41 0 43 51 76 32 D
Octal 21 60 20 101 0 103 121 166 62 15
Binary 10001 110000 10000 1000001 0 1000011 1010001 1110110 110010 1101

Color Harmonies of #113010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #113010

Black with #113010

Text Example


Text Example

White with #113010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #113010; }

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

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

background-color css

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

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

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

border-color css

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

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

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