Html Css Color HEX #11390B Myrtle

📋 copy color: '#11390B'

red 17 ◦ green 57 ◦ blue 11

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

Shades of Myrtle #11390B

Tints of Myrtle #11390B

RGB

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

 GREEN value IS 57 (22.66% from 255) = 67.06%

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

R = 20%
G = 67.06%
B = 12.94%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.81

 K value IS 0.78

RGB Variations

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

Color information

#11390B (or 0x11390B) is known color: Myrtle. HEX triplet: 11, 39 and 0B. RGB value is (17,57,11). Sum of RGB (Red+Green+Blue) = 17+57+11=85 (11% of max value = 765). Red value is 17 (7.03% from 255 or 20% from 85); Green value is 57 (22.66% from 255 or 67.06% from 85); Blue value is 11 (4.69% from 255 or 12.94% from 85); Max value from RGB is 57 - color contains mainly: green. Hex color #11390B is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #11390B is #EEC6F4. Grayscale: #272727. Windows color (decimal): -15648501 or 735505. OLE color: 735505.

HSL color Cylindrical-coordinate representation of color #11390B: hue angle of 112.17º degrees, saturation: 0.68, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #11390B is Cyan = 0.70, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.78.

Color convert

RGB 17 57 11 -
CMYK 0.70 0 0.81 0.78
HSL 112.17º 0.68% 0.13% -
HSV(B) 112.17º 0.81% 0.22% -
XYZ 1.75 3.07 0.82 -
YUV 39.8 111.75 111.74 -
System Red Green Blue C M Y K H S L
Decimal 17 57 11 0.70 0 0.81 0.78 112.17 0.68 0.13
Hex 11 39 B 46 0 51 4E 70 44 D
Octal 21 71 13 106 0 121 116 160 104 15
Binary 10001 111001 1011 1000110 0 1010001 1001110 1110000 1000100 1101

Color Harmonies of #11390B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11390B

Black with #11390B

Text Example


Text Example

White with #11390B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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