Html Css Color HEX #113204 Myrtle

📋 copy color: '#113204'

red 17 ◦ green 50 ◦ blue 4

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

Shades of Myrtle #113204

Tints of Myrtle #113204

RGB

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

 GREEN value IS 50 (19.92% from 255) = 70.42%

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

R = 23.94%
G = 70.42%
B = 5.63%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.92

 K value IS 0.80

RGB Variations

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

Color information

#113204 (or 0x113204) is known color: Myrtle. HEX triplet: 11, 32 and 04. RGB value is (17,50,4). Sum of RGB (Red+Green+Blue) = 17+50+4=71 (9% of max value = 765). Red value is 17 (7.03% from 255 or 23.94% from 71); Green value is 50 (19.92% from 255 or 70.42% from 71); Blue value is 4 (1.95% from 255 or 5.63% from 71); Max value from RGB is 50 - color contains mainly: green. Hex color #113204 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #113204 is #EECDFB. Grayscale: #232323. Windows color (decimal): -15650300 or 274961. OLE color: 274961.

HSL color Cylindrical-coordinate representation of color #113204: hue angle of 103.04º degrees, saturation: 0.85, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #113204 is Cyan = 0.66, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.80.

Color convert

RGB 17 50 4 -
CMYK 0.66 0 0.92 0.80
HSL 103.04º 0.85% 0.11% -
HSV(B) 103.04º 0.92% 0.2% -
XYZ 1.39 2.41 0.51 -
YUV 34.89 110.57 115.24 -
System Red Green Blue C M Y K H S L
Decimal 17 50 4 0.66 0 0.92 0.80 103.04 0.85 0.11
Hex 11 32 4 42 0 5C 50 67 55 B
Octal 21 62 4 102 0 134 120 147 125 13
Binary 10001 110010 100 1000010 0 1011100 1010000 1100111 1010101 1011

Color Harmonies of #113204

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #113204

Black with #113204

Text Example


Text Example

White with #113204

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #113204; }

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

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

background-color css

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

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

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

border-color css

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

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

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