Html Css Color HEX #11420F Myrtle

📋 copy color: '#11420F'

red 17 ◦ green 66 ◦ blue 15

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

Shades of Myrtle #11420F

Tints of Myrtle #11420F

RGB

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

 GREEN value IS 66 (26.17% from 255) = 67.35%

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

R = 17.35%
G = 67.35%
B = 15.31%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.77

 K value IS 0.74

RGB Variations

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

Color information

#11420F (or 0x11420F) is known color: Myrtle. HEX triplet: 11, 42 and 0F. RGB value is (17,66,15). Sum of RGB (Red+Green+Blue) = 17+66+15=98 (12% of max value = 765). Red value is 17 (7.03% from 255 or 17.35% from 98); Green value is 66 (26.17% from 255 or 67.35% from 98); Blue value is 15 (6.25% from 255 or 15.31% from 98); Max value from RGB is 66 - color contains mainly: green. Hex color #11420F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #11420F is #EEBDF0. Grayscale: #2D2D2D. Windows color (decimal): -15646193 or 999953. OLE color: 999953.

HSL color Cylindrical-coordinate representation of color #11420F: hue angle of 117.65º degrees, saturation: 0.63, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #11420F is Cyan = 0.74, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.74.

Color convert

RGB 17 66 15 -
CMYK 0.74 0 0.77 0.74
HSL 117.65º 0.63% 0.16% -
HSV(B) 117.65º 0.77% 0.26% -
XYZ 2.27 4.05 1.11 -
YUV 45.54 110.77 107.65 -
System Red Green Blue C M Y K H S L
Decimal 17 66 15 0.74 0 0.77 0.74 117.65 0.63 0.16
Hex 11 42 F 4A 0 4D 4A 76 3F 10
Octal 21 102 17 112 0 115 112 166 77 20
Binary 10001 1000010 1111 1001010 0 1001101 1001010 1110110 111111 10000

Color Harmonies of #11420F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11420F

Black with #11420F

Text Example


Text Example

White with #11420F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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