Html Css Color HEX #11490F Myrtle

📋 copy color: '#11490F'

red 17 ◦ green 73 ◦ blue 15

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

Shades of Myrtle #11490F

Tints of Myrtle #11490F

RGB

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

 GREEN value IS 73 (28.91% from 255) = 69.52%

 BLUE value IS 15 (6.25% from 255) = 14.29%

R = 16.19%
G = 69.52%
B = 14.29%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.79

 K value IS 0.71

RGB Variations

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

Color information

#11490F (or 0x11490F) is known color: Myrtle. HEX triplet: 11, 49 and 0F. RGB value is (17,73,15). Sum of RGB (Red+Green+Blue) = 17+73+15=105 (13% of max value = 765). Red value is 17 (7.03% from 255 or 16.19% from 105); Green value is 73 (28.91% from 255 or 69.52% from 105); Blue value is 15 (6.25% from 255 or 14.29% from 105); Max value from RGB is 73 - color contains mainly: green. Hex color #11490F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #11490F is #EEB6F0. Grayscale: #313131. Windows color (decimal): -15644401 or 1001745. OLE color: 1001745.

HSL color Cylindrical-coordinate representation of color #11490F: hue angle of 117.93º degrees, saturation: 0.66, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #11490F is Cyan = 0.77, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.71.

Color convert

RGB 17 73 15 -
CMYK 0.77 0 0.79 0.71
HSL 117.93º 0.66% 0.17% -
HSV(B) 117.93º 0.79% 0.29% -
XYZ 2.7 4.92 1.26 -
YUV 49.64 108.45 104.72 -
System Red Green Blue C M Y K H S L
Decimal 17 73 15 0.77 0 0.79 0.71 117.93 0.66 0.17
Hex 11 49 F 4D 0 4F 47 76 42 11
Octal 21 111 17 115 0 117 107 166 102 21
Binary 10001 1001001 1111 1001101 0 1001111 1000111 1110110 1000010 10001

Color Harmonies of #11490F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11490F

Black with #11490F

Text Example


Text Example

White with #11490F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #11490F; }

 p { color: rgb(17,73,15); }

 H1.HeaderClassName
 {
   color: #11490F;
 }
 .AnyTagClassName
 {
   color: #11490F;
 }
</style>

background-color css

<style>
 a { background-color: #11490F; }

 a { background-color: rgb(17,73,15); }

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

border-color css

<style>
 span { border-color: #11490F; }

 span { border-color: rgb(17,73,15); }

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