Html Css Color HEX #113D05 Myrtle

📋 copy color: '#113D05'

red 17 ◦ green 61 ◦ blue 5

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

Shades of Myrtle #113D05

Tints of Myrtle #113D05

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 6.02%

R = 20.48%
G = 73.49%
B = 6.02%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.92

 K value IS 0.76

RGB Variations

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

Color information

#113D05 (or 0x113D05) is known color: Myrtle. HEX triplet: 11, 3D and 05. RGB value is (17,61,5). Sum of RGB (Red+Green+Blue) = 17+61+5=83 (10% of max value = 765). Red value is 17 (7.03% from 255 or 20.48% from 83); Green value is 61 (24.22% from 255 or 73.49% from 83); Blue value is 5 (2.34% from 255 or 6.02% from 83); Max value from RGB is 61 - color contains mainly: green. Hex color #113D05 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #113D05 is #EEC2FA. Grayscale: #292929. Windows color (decimal): -15647483 or 343313. OLE color: 343313.

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

Color convert

RGB 17 61 5 -
CMYK 0.72 0 0.92 0.76
HSL 107.14º 0.85% 0.13% -
HSV(B) 107.14º 0.92% 0.24% -
XYZ 1.93 3.47 0.71 -
YUV 41.46 107.42 110.55 -
System Red Green Blue C M Y K H S L
Decimal 17 61 5 0.72 0 0.92 0.76 107.14 0.85 0.13
Hex 11 3D 5 48 0 5C 4C 6B 55 D
Octal 21 75 5 110 0 134 114 153 125 15
Binary 10001 111101 101 1001000 0 1011100 1001100 1101011 1010101 1101

Color Harmonies of #113D05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #113D05

Black with #113D05

Text Example


Text Example

White with #113D05

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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