Html Css Color HEX #113208 Myrtle

📋 copy color: '#113208'

red 17 ◦ green 50 ◦ blue 8

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

Shades of Myrtle #113208

Tints of Myrtle #113208

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 10.67%

R = 22.67%
G = 66.67%
B = 10.67%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.84

 K value IS 0.80

RGB Variations

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

Color information

#113208 (or 0x113208) is known color: Myrtle. HEX triplet: 11, 32 and 08. RGB value is (17,50,8). Sum of RGB (Red+Green+Blue) = 17+50+8=75 (9% of max value = 765). Red value is 17 (7.03% from 255 or 22.67% from 75); Green value is 50 (19.92% from 255 or 66.67% from 75); Blue value is 8 (3.52% from 255 or 10.67% from 75); Max value from RGB is 50 - color contains mainly: green. Hex color #113208 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #113208 is #EECDF7. Grayscale: #232323. Windows color (decimal): -15650296 or 537105. OLE color: 537105.

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

Color convert

RGB 17 50 8 -
CMYK 0.66 0 0.84 0.80
HSL 107.14º 0.72% 0.11% -
HSV(B) 107.14º 0.84% 0.2% -
XYZ 1.42 2.42 0.62 -
YUV 35.35 112.57 114.92 -
System Red Green Blue C M Y K H S L
Decimal 17 50 8 0.66 0 0.84 0.80 107.14 0.72 0.11
Hex 11 32 8 42 0 54 50 6B 48 B
Octal 21 62 10 102 0 124 120 153 110 13
Binary 10001 110010 1000 1000010 0 1010100 1010000 1101011 1001000 1011

Color Harmonies of #113208

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #113208

Black with #113208

Text Example


Text Example

White with #113208

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #113208; }

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

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

background-color css

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

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

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

border-color css

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

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

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