Html Css Color HEX #11300E Myrtle

📋 copy color: '#11300E'

red 17 ◦ green 48 ◦ blue 14

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

Shades of Myrtle #11300E

Tints of Myrtle #11300E

RGB

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

 GREEN value IS 48 (19.14% from 255) = 60.76%

 BLUE value IS 14 (5.86% from 255) = 17.72%

R = 21.52%
G = 60.76%
B = 17.72%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.71

 K value IS 0.81

RGB Variations

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

Color information

#11300E (or 0x11300E) is known color: Myrtle. HEX triplet: 11, 30 and 0E. RGB value is (17,48,14). Sum of RGB (Red+Green+Blue) = 17+48+14=79 (10% of max value = 765). Red value is 17 (7.03% from 255 or 21.52% from 79); Green value is 48 (19.14% from 255 or 60.76% from 79); Blue value is 14 (5.86% from 255 or 17.72% from 79); Max value from RGB is 48 - color contains mainly: green. Hex color #11300E is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #11300E is #EECFF1. Grayscale: #222222. Windows color (decimal): -15650802 or 929809. OLE color: 929809.

HSL color Cylindrical-coordinate representation of color #11300E: hue angle of 114.71º degrees, saturation: 0.55, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #11300E is Cyan = 0.65, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.81.

Color convert

RGB 17 48 14 -
CMYK 0.65 0 0.71 0.81
HSL 114.71º 0.55% 0.12% -
HSV(B) 114.71º 0.71% 0.19% -
XYZ 1.37 2.26 0.78 -
YUV 34.86 116.23 115.26 -
System Red Green Blue C M Y K H S L
Decimal 17 48 14 0.65 0 0.71 0.81 114.71 0.55 0.12
Hex 11 30 E 41 0 47 51 73 37 C
Octal 21 60 16 101 0 107 121 163 67 14
Binary 10001 110000 1110 1000001 0 1000111 1010001 1110011 110111 1100

Color Harmonies of #11300E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11300E

Black with #11300E

Text Example


Text Example

White with #11300E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #11300E; }

 p { color: rgb(17,48,14); }

 H1.HeaderClassName
 {
   color: #11300E;
 }
 .AnyTagClassName
 {
   color: #11300E;
 }
</style>

background-color css

<style>
 a { background-color: #11300E; }

 a { background-color: rgb(17,48,14); }

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

border-color css

<style>
 span { border-color: #11300E; }

 span { border-color: rgb(17,48,14); }

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