Html Css Color HEX #113704 Myrtle

📋 copy color: '#113704'

red 17 ◦ green 55 ◦ blue 4

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

Shades of Myrtle #113704

Tints of Myrtle #113704

RGB

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

 GREEN value IS 55 (21.88% from 255) = 72.37%

 BLUE value IS 4 (1.95% from 255) = 5.26%

R = 22.37%
G = 72.37%
B = 5.26%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.93

 K value IS 0.78

RGB Variations

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

Color information

#113704 (or 0x113704) is known color: Myrtle. HEX triplet: 11, 37 and 04. RGB value is (17,55,4). Sum of RGB (Red+Green+Blue) = 17+55+4=76 (10% of max value = 765). Red value is 17 (7.03% from 255 or 22.37% from 76); Green value is 55 (21.88% from 255 or 72.37% from 76); Blue value is 4 (1.95% from 255 or 5.26% from 76); Max value from RGB is 55 - color contains mainly: green. Hex color #113704 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #113704 is #EEC8FB. Grayscale: #252525. Windows color (decimal): -15649020 or 276241. OLE color: 276241.

HSL color Cylindrical-coordinate representation of color #113704: hue angle of 104.71º degrees, saturation: 0.86, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #113704 is Cyan = 0.69, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.78.

Color convert

RGB 17 55 4 -
CMYK 0.69 0 0.93 0.78
HSL 104.71º 0.86% 0.12% -
HSV(B) 104.71º 0.93% 0.22% -
XYZ 1.62 2.86 0.58 -
YUV 37.82 108.91 113.15 -
System Red Green Blue C M Y K H S L
Decimal 17 55 4 0.69 0 0.93 0.78 104.71 0.86 0.12
Hex 11 37 4 45 0 5D 4E 69 56 C
Octal 21 67 4 105 0 135 116 151 126 14
Binary 10001 110111 100 1000101 0 1011101 1001110 1101001 1010110 1100

Color Harmonies of #113704

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #113704

Black with #113704

Text Example


Text Example

White with #113704

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #113704; }

 p { color: rgb(17,55,4); }

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

background-color css

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

 a { background-color: rgb(17,55,4); }

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

border-color css

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

 span { border-color: rgb(17,55,4); }

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