Html Css Color HEX #11290C Myrtle

📋 copy color: '#11290C'

red 17 ◦ green 41 ◦ blue 12

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

Shades of Myrtle #11290C

Tints of Myrtle #11290C

RGB

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

 GREEN value IS 41 (16.41% from 255) = 58.57%

 BLUE value IS 12 (5.08% from 255) = 17.14%

R = 24.29%
G = 58.57%
B = 17.14%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.71

 K value IS 0.84

RGB Variations

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

Color information

#11290C (or 0x11290C) is known color: Myrtle. HEX triplet: 11, 29 and 0C. RGB value is (17,41,12). Sum of RGB (Red+Green+Blue) = 17+41+12=70 (9% of max value = 765). Red value is 17 (7.03% from 255 or 24.29% from 70); Green value is 41 (16.41% from 255 or 58.57% from 70); Blue value is 12 (5.08% from 255 or 17.14% from 70); Max value from RGB is 41 - color contains mainly: green. Hex color #11290C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #11290C is #EED6F3. Grayscale: #1E1E1E. Windows color (decimal): -15652596 or 796945. OLE color: 796945.

HSL color Cylindrical-coordinate representation of color #11290C: hue angle of 109.66º degrees, saturation: 0.55, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #11290C is Cyan = 0.59, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.84.

Color convert

RGB 17 41 12 -
CMYK 0.59 0 0.71 0.84
HSL 109.66º 0.55% 0.1% -
HSV(B) 109.66º 0.71% 0.16% -
XYZ 1.09 1.73 0.62 -
YUV 30.52 117.55 118.36 -
System Red Green Blue C M Y K H S L
Decimal 17 41 12 0.59 0 0.71 0.84 109.66 0.55 0.1
Hex 11 29 C 3B 0 47 54 6E 37 A
Octal 21 51 14 73 0 107 124 156 67 12
Binary 10001 101001 1100 111011 0 1000111 1010100 1101110 110111 1010

Color Harmonies of #11290C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11290C

Black with #11290C

Text Example


Text Example

White with #11290C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #11290C; }

 p { color: rgb(17,41,12); }

 H1.HeaderClassName
 {
   color: #11290C;
 }
 .AnyTagClassName
 {
   color: #11290C;
 }
</style>

background-color css

<style>
 a { background-color: #11290C; }

 a { background-color: rgb(17,41,12); }

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

border-color css

<style>
 span { border-color: #11290C; }

 span { border-color: rgb(17,41,12); }

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