Html Css Color HEX #11480D Myrtle

📋 copy color: '#11480D'

red 17 ◦ green 72 ◦ blue 13

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

Shades of Myrtle #11480D

Tints of Myrtle #11480D

RGB

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

 GREEN value IS 72 (28.52% from 255) = 70.59%

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

R = 16.67%
G = 70.59%
B = 12.75%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.82

 K value IS 0.72

RGB Variations

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

Color information

#11480D (or 0x11480D) is known color: Myrtle. HEX triplet: 11, 48 and 0D. RGB value is (17,72,13). Sum of RGB (Red+Green+Blue) = 17+72+13=102 (13% of max value = 765). Red value is 17 (7.03% from 255 or 16.67% from 102); Green value is 72 (28.52% from 255 or 70.59% from 102); Blue value is 13 (5.47% from 255 or 12.75% from 102); Max value from RGB is 72 - color contains mainly: green. Hex color #11480D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #11480D is #EEB7F2. Grayscale: #313131. Windows color (decimal): -15644659 or 870417. OLE color: 870417.

HSL color Cylindrical-coordinate representation of color #11480D: hue angle of 115.93º degrees, saturation: 0.69, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #11480D is Cyan = 0.76, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.72.

Color convert

RGB 17 72 13 -
CMYK 0.76 0 0.82 0.72
HSL 115.93º 0.69% 0.17% -
HSV(B) 115.93º 0.82% 0.28% -
XYZ 2.62 4.78 1.17 -
YUV 48.83 107.78 105.3 -
System Red Green Blue C M Y K H S L
Decimal 17 72 13 0.76 0 0.82 0.72 115.93 0.69 0.17
Hex 11 48 D 4C 0 52 48 74 45 11
Octal 21 110 15 114 0 122 110 164 105 21
Binary 10001 1001000 1101 1001100 0 1010010 1001000 1110100 1000101 10001

Color Harmonies of #11480D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11480D

Black with #11480D

Text Example


Text Example

White with #11480D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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