Html Css Color HEX #113205 Myrtle

📋 copy color: '#113205'

red 17 ◦ green 50 ◦ blue 5

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

Shades of Myrtle #113205

Tints of Myrtle #113205

RGB

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

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

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

R = 23.61%
G = 69.44%
B = 6.94%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.90

 K value IS 0.80

RGB Variations

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

Color information

#113205 (or 0x113205) is known color: Myrtle. HEX triplet: 11, 32 and 05. RGB value is (17,50,5). Sum of RGB (Red+Green+Blue) = 17+50+5=72 (9% of max value = 765). Red value is 17 (7.03% from 255 or 23.61% from 72); Green value is 50 (19.92% from 255 or 69.44% from 72); Blue value is 5 (2.34% from 255 or 6.94% from 72); Max value from RGB is 50 - color contains mainly: green. Hex color #113205 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #113205 is #EECDFA. Grayscale: #232323. Windows color (decimal): -15650299 or 340497. OLE color: 340497.

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

Color convert

RGB 17 50 5 -
CMYK 0.66 0 0.90 0.80
HSL 104º 0.82% 0.11% -
HSV(B) 104º 0.9% 0.2% -
XYZ 1.4 2.41 0.54 -
YUV 35 111.07 115.16 -
System Red Green Blue C M Y K H S L
Decimal 17 50 5 0.66 0 0.90 0.80 104 0.82 0.11
Hex 11 32 5 42 0 5A 50 68 52 B
Octal 21 62 5 102 0 132 120 150 122 13
Binary 10001 110010 101 1000010 0 1011010 1010000 1101000 1010010 1011

Color Harmonies of #113205

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #113205

Black with #113205

Text Example


Text Example

White with #113205

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #113205; }

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

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

background-color css

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

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

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

border-color css

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

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

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