#113304

Color #113304 Myrtle (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Myrtle #113304

Tints of Myrtle #113304

Color information

#113304 (or 0x113304) is unknown color: approx Myrtle. HEX triplet: 11, 33 and 04. RGB value is (17,51,4). Sum of RGB (Red+Green+Blue) = 17+51+4=72 (9% of max value = 765). Red value is 17 (7.03% from 255 or 23.61% from 72); Green value is 51 (20.31% from 255 or 70.83% from 72); Blue value is 4 (1.95% from 255 or 5.56% from 72); Max value from RGB is 51 - color contains mainly: green. Hex color #113304 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #113304 is #EECCFB. Grayscale: #232323. Windows color (decimal): -15650044 or 275217. OLE color: 275217.

HSL color Cylindrical-coordinate representation of color #113304: hue angle of 103.4º degrees, saturation: 0.85, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #113304 is Cyan = 0.67, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.8.

Color convert

RGB17514-
CMYK0.6700.920.8
HSL103.4º85.45%10.78%-
HSV(B)103.4º92.16%20%-
XYZ1.442.50.52-
YUV35.48110.24114.82-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 23.61%
GREEN value IS 51 (20.31% from 255) = 70.83%
BLUE value IS 4 (1.95% from 255) = 5.56%
R=23.61%
G=70.83%
B=5.56%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal175140.6700.920.8103.485.4510.78
Hex113344305C506755b
Octal21634103013412014712513
Binary100011100111001000011010111001010000110011110101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #113304

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #113304; }

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

 H1.HeaderClassName
 {
   color: #113304;
 }
 .AnyTagClassName
 {
   color: #113304;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #113304;
 }
 .BgClassName
 {
   background-color: #113304;
 }
</style>
border-color css

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

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

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