Html Css Color HEX #113104 Myrtle

📋 copy color: '#113104'

red 17 ◦ green 49 ◦ blue 4

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

Shades of Myrtle #113104

Tints of Myrtle #113104

RGB

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

 GREEN value IS 49 (19.53% from 255) = 70%

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

R = 24.29%
G = 70%
B = 5.71%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.92

 K value IS 0.81

RGB Variations

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

Color information

#113104 (or 0x113104) is known color: Myrtle. HEX triplet: 11, 31 and 04. RGB value is (17,49,4). Sum of RGB (Red+Green+Blue) = 17+49+4=70 (9% of max value = 765). Red value is 17 (7.03% from 255 or 24.29% from 70); Green value is 49 (19.53% from 255 or 70% from 70); Blue value is 4 (1.95% from 255 or 5.71% from 70); Max value from RGB is 49 - color contains mainly: green. Hex color #113104 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #113104 is #EECEFB. Grayscale: #222222. Windows color (decimal): -15650556 or 274705. OLE color: 274705.

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

Color convert

RGB 17 49 4 -
CMYK 0.65 0 0.92 0.81
HSL 102.67º 0.85% 0.1% -
HSV(B) 102.67º 0.92% 0.19% -
XYZ 1.35 2.32 0.49 -
YUV 34.3 110.9 115.66 -
System Red Green Blue C M Y K H S L
Decimal 17 49 4 0.65 0 0.92 0.81 102.67 0.85 0.1
Hex 11 31 4 41 0 5C 51 67 55 A
Octal 21 61 4 101 0 134 121 147 125 12
Binary 10001 110001 100 1000001 0 1011100 1010001 1100111 1010101 1010

Color Harmonies of #113104

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #113104

Black with #113104

Text Example


Text Example

White with #113104

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #113104; }

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

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

background-color css

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

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

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

border-color css

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

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

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