Html Css Color HEX #11360D Myrtle

📋 copy color: '#11360D'

red 17 ◦ green 54 ◦ blue 13

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

Shades of Myrtle #11360D

Tints of Myrtle #11360D

RGB

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

 GREEN value IS 54 (21.48% from 255) = 64.29%

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

R = 20.24%
G = 64.29%
B = 15.48%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.76

 K value IS 0.79

RGB Variations

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

Color information

#11360D (or 0x11360D) is known color: Myrtle. HEX triplet: 11, 36 and 0D. RGB value is (17,54,13). Sum of RGB (Red+Green+Blue) = 17+54+13=84 (11% of max value = 765). Red value is 17 (7.03% from 255 or 20.24% from 84); Green value is 54 (21.48% from 255 or 64.29% from 84); Blue value is 13 (5.47% from 255 or 15.48% from 84); Max value from RGB is 54 - color contains mainly: green. Hex color #11360D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #11360D is #EEC9F2. Grayscale: #262626. Windows color (decimal): -15649267 or 865809. OLE color: 865809.

HSL color Cylindrical-coordinate representation of color #11360D: hue angle of 114.15º degrees, saturation: 0.61, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #11360D is Cyan = 0.69, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.79.

Color convert

RGB 17 54 13 -
CMYK 0.69 0 0.76 0.79
HSL 114.15º 0.61% 0.13% -
HSV(B) 114.15º 0.76% 0.21% -
XYZ 1.62 2.79 0.83 -
YUV 38.26 113.74 112.83 -
System Red Green Blue C M Y K H S L
Decimal 17 54 13 0.69 0 0.76 0.79 114.15 0.61 0.13
Hex 11 36 D 45 0 4C 4F 72 3D D
Octal 21 66 15 105 0 114 117 162 75 15
Binary 10001 110110 1101 1000101 0 1001100 1001111 1110010 111101 1101

Color Harmonies of #11360D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11360D

Black with #11360D

Text Example


Text Example

White with #11360D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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