Html Css Color HEX #11400D Myrtle

📋 copy color: '#11400D'

red 17 ◦ green 64 ◦ blue 13

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

Shades of Myrtle #11400D

Tints of Myrtle #11400D

RGB

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

 GREEN value IS 64 (25.39% from 255) = 68.09%

 BLUE value IS 13 (5.47% from 255) = 13.83%

R = 18.09%
G = 68.09%
B = 13.83%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.80

 K value IS 0.75

RGB Variations

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

Color information

#11400D (or 0x11400D) is known color: Myrtle. HEX triplet: 11, 40 and 0D. RGB value is (17,64,13). Sum of RGB (Red+Green+Blue) = 17+64+13=94 (12% of max value = 765). Red value is 17 (7.03% from 255 or 18.09% from 94); Green value is 64 (25.39% from 255 or 68.09% from 94); Blue value is 13 (5.47% from 255 or 13.83% from 94); Max value from RGB is 64 - color contains mainly: green. Hex color #11400D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #11400D is #EEBFF2. Grayscale: #2C2C2C. Windows color (decimal): -15646707 or 868369. OLE color: 868369.

HSL color Cylindrical-coordinate representation of color #11400D: hue angle of 115.29º degrees, saturation: 0.66, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #11400D is Cyan = 0.73, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.75.

Color convert

RGB 17 64 13 -
CMYK 0.73 0 0.80 0.75
HSL 115.29º 0.66% 0.15% -
HSV(B) 115.29º 0.8% 0.25% -
XYZ 2.14 3.82 1 -
YUV 44.13 110.43 108.65 -
System Red Green Blue C M Y K H S L
Decimal 17 64 13 0.73 0 0.80 0.75 115.29 0.66 0.15
Hex 11 40 D 49 0 50 4B 73 42 F
Octal 21 100 15 111 0 120 113 163 102 17
Binary 10001 1000000 1101 1001001 0 1010000 1001011 1110011 1000010 1111

Color Harmonies of #11400D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11400D

Black with #11400D

Text Example


Text Example

White with #11400D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #11400D; }

 p { color: rgb(17,64,13); }

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

background-color css

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

 a { background-color: rgb(17,64,13); }

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

border-color css

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

 span { border-color: rgb(17,64,13); }

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