Html Css Color HEX #113209 Myrtle

📋 copy color: '#113209'

red 17 ◦ green 50 ◦ blue 9

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

Shades of Myrtle #113209

Tints of Myrtle #113209

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 11.84%

R = 22.37%
G = 65.79%
B = 11.84%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.82

 K value IS 0.80

RGB Variations

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

Color information

#113209 (or 0x113209) is known color: Myrtle. HEX triplet: 11, 32 and 09. RGB value is (17,50,9). Sum of RGB (Red+Green+Blue) = 17+50+9=76 (10% of max value = 765). Red value is 17 (7.03% from 255 or 22.37% from 76); Green value is 50 (19.92% from 255 or 65.79% from 76); Blue value is 9 (3.91% from 255 or 11.84% from 76); Max value from RGB is 50 - color contains mainly: green. Hex color #113209 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #113209 is #EECDF6. Grayscale: #232323. Windows color (decimal): -15650295 or 602641. OLE color: 602641.

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

Color convert

RGB 17 50 9 -
CMYK 0.66 0 0.82 0.80
HSL 108.29º 0.69% 0.12% -
HSV(B) 108.29º 0.82% 0.2% -
XYZ 1.42 2.42 0.65 -
YUV 35.46 113.07 114.83 -
System Red Green Blue C M Y K H S L
Decimal 17 50 9 0.66 0 0.82 0.80 108.29 0.69 0.12
Hex 11 32 9 42 0 52 50 6C 45 C
Octal 21 62 11 102 0 122 120 154 105 14
Binary 10001 110010 1001 1000010 0 1010010 1010000 1101100 1000101 1100

Color Harmonies of #113209

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #113209

Black with #113209

Text Example


Text Example

White with #113209

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #113209; }

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

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

background-color css

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

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

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

border-color css

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

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

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