Html Css Color HEX #11530D Myrtle

📋 copy color: '#11530D'

red 17 ◦ green 83 ◦ blue 13

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

Shades of Myrtle #11530D

Tints of Myrtle #11530D

RGB

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

 GREEN value IS 83 (32.81% from 255) = 73.45%

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

R = 15.04%
G = 73.45%
B = 11.5%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.84

 K value IS 0.67

RGB Variations

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

Color information

#11530D (or 0x11530D) is known color: Myrtle. HEX triplet: 11, 53 and 0D. RGB value is (17,83,13). Sum of RGB (Red+Green+Blue) = 17+83+13=113 (14% of max value = 765). Red value is 17 (7.03% from 255 or 15.04% from 113); Green value is 83 (32.81% from 255 or 73.45% from 113); Blue value is 13 (5.47% from 255 or 11.50% from 113); Max value from RGB is 83 - color contains mainly: green. Hex color #11530D is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #11530D is #EEACF2. Grayscale: #373737. Windows color (decimal): -15641843 or 873233. OLE color: 873233.

HSL color Cylindrical-coordinate representation of color #11530D: hue angle of 116.57º degrees, saturation: 0.73, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #11530D is Cyan = 0.80, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.67.

Color convert

RGB 17 83 13 -
CMYK 0.80 0 0.84 0.67
HSL 116.57º 0.73% 0.19% -
HSV(B) 116.57º 0.84% 0.33% -
XYZ 3.4 6.33 1.42 -
YUV 55.29 104.13 100.69 -
System Red Green Blue C M Y K H S L
Decimal 17 83 13 0.80 0 0.84 0.67 116.57 0.73 0.19
Hex 11 53 D 50 0 54 43 75 49 13
Octal 21 123 15 120 0 124 103 165 111 23
Binary 10001 1010011 1101 1010000 0 1010100 1000011 1110101 1001001 10011

Color Harmonies of #11530D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11530D

Black with #11530D

Text Example


Text Example

White with #11530D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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