Html Css Color HEX #11420B Myrtle

📋 copy color: '#11420B'

red 17 ◦ green 66 ◦ blue 11

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

Shades of Myrtle #11420B

Tints of Myrtle #11420B

RGB

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

 GREEN value IS 66 (26.17% from 255) = 70.21%

 BLUE value IS 11 (4.69% from 255) = 11.7%

R = 18.09%
G = 70.21%
B = 11.7%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.83

 K value IS 0.74

RGB Variations

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

Color information

#11420B (or 0x11420B) is known color: Myrtle. HEX triplet: 11, 42 and 0B. RGB value is (17,66,11). Sum of RGB (Red+Green+Blue) = 17+66+11=94 (12% of max value = 765). Red value is 17 (7.03% from 255 or 18.09% from 94); Green value is 66 (26.17% from 255 or 70.21% from 94); Blue value is 11 (4.69% from 255 or 11.70% from 94); Max value from RGB is 66 - color contains mainly: green. Hex color #11420B is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #11420B is #EEBDF4. Grayscale: #2D2D2D. Windows color (decimal): -15646197 or 737809. OLE color: 737809.

HSL color Cylindrical-coordinate representation of color #11420B: hue angle of 113.45º degrees, saturation: 0.71, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #11420B is Cyan = 0.74, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.74.

Color convert

RGB 17 66 11 -
CMYK 0.74 0 0.83 0.74
HSL 113.45º 0.71% 0.15% -
HSV(B) 113.45º 0.83% 0.26% -
XYZ 2.24 4.04 0.98 -
YUV 45.08 108.77 107.97 -
System Red Green Blue C M Y K H S L
Decimal 17 66 11 0.74 0 0.83 0.74 113.45 0.71 0.15
Hex 11 42 B 4A 0 53 4A 71 47 F
Octal 21 102 13 112 0 123 112 161 107 17
Binary 10001 1000010 1011 1001010 0 1010011 1001010 1110001 1000111 1111

Color Harmonies of #11420B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11420B

Black with #11420B

Text Example


Text Example

White with #11420B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #11420B; }

 p { color: rgb(17,66,11); }

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

background-color css

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

 a { background-color: rgb(17,66,11); }

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

border-color css

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

 span { border-color: rgb(17,66,11); }

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