Html Css Color HEX #113414 Myrtle

📋 copy color: '#113414'

red 17 ◦ green 52 ◦ blue 20

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

Shades of Myrtle #113414

Tints of Myrtle #113414

RGB

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

 GREEN value IS 52 (20.7% from 255) = 58.43%

 BLUE value IS 20 (8.2% from 255) = 22.47%

R = 19.1%
G = 58.43%
B = 22.47%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.62

 K value IS 0.80

RGB Variations

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

Color information

#113414 (or 0x113414) is known color: Myrtle. HEX triplet: 11, 34 and 14. RGB value is (17,52,20). Sum of RGB (Red+Green+Blue) = 17+52+20=89 (11% of max value = 765). Red value is 17 (7.03% from 255 or 19.10% from 89); Green value is 52 (20.70% from 255 or 58.43% from 89); Blue value is 20 (8.20% from 255 or 22.47% from 89); Max value from RGB is 52 - color contains mainly: green. Hex color #113414 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #113414 is #EECBEB. Grayscale: #252525. Windows color (decimal): -15649772 or 1324049. OLE color: 1324049.

HSL color Cylindrical-coordinate representation of color #113414: hue angle of 125.14º degrees, saturation: 0.51, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #113414 is Cyan = 0.67, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.80.

Color convert

RGB 17 52 20 -
CMYK 0.67 0 0.62 0.80
HSL 125.14º 0.51% 0.14% -
HSV(B) 125.14º 0.67% 0.2% -
XYZ 1.59 2.63 1.09 -
YUV 37.89 117.9 113.1 -
System Red Green Blue C M Y K H S L
Decimal 17 52 20 0.67 0 0.62 0.80 125.14 0.51 0.14
Hex 11 34 14 43 0 3E 50 7D 33 E
Octal 21 64 24 103 0 76 120 175 63 16
Binary 10001 110100 10100 1000011 0 111110 1010000 1111101 110011 1110

Color Harmonies of #113414

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #113414

Black with #113414

Text Example


Text Example

White with #113414

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #113414; }

 p { color: rgb(17,52,20); }

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

background-color css

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

 a { background-color: rgb(17,52,20); }

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

border-color css

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

 span { border-color: rgb(17,52,20); }

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