Html Css Color HEX #11330D Myrtle

📋 copy color: '#11330D'

red 17 ◦ green 51 ◦ blue 13

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

Shades of Myrtle #11330D

Tints of Myrtle #11330D

RGB

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

 GREEN value IS 51 (20.31% from 255) = 62.96%

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

R = 20.99%
G = 62.96%
B = 16.05%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.75

 K value IS 0.8

RGB Variations

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

Color information

#11330D (or 0x11330D) is known color: Myrtle. HEX triplet: 11, 33 and 0D. RGB value is (17,51,13). Sum of RGB (Red+Green+Blue) = 17+51+13=81 (10% of max value = 765). Red value is 17 (7.03% from 255 or 20.99% from 81); Green value is 51 (20.31% from 255 or 62.96% from 81); Blue value is 13 (5.47% from 255 or 16.05% from 81); Max value from RGB is 51 - color contains mainly: green. Hex color #11330D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #11330D is #EECCF2. Grayscale: #242424. Windows color (decimal): -15650035 or 865041. OLE color: 865041.

HSL color Cylindrical-coordinate representation of color #11330D: hue angle of 113.68º degrees, saturation: 0.59, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #11330D is Cyan = 0.67, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.8.

Color convert

RGB 17 51 13 -
CMYK 0.67 0 0.75 0.8
HSL 113.68º 0.59% 0.13% -
HSV(B) 113.68º 0.75% 0.2% -
XYZ 1.49 2.52 0.79 -
YUV 36.5 114.74 114.09 -
System Red Green Blue C M Y K H S L
Decimal 17 51 13 0.67 0 0.75 0.8 113.68 0.59 0.13
Hex 11 33 D 43 0 4B 50 72 3B D
Octal 21 63 15 103 0 113 120 162 73 15
Binary 10001 110011 1101 1000011 0 1001011 1010000 1110010 111011 1101

Color Harmonies of #11330D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11330D

Black with #11330D

Text Example


Text Example

White with #11330D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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