#113004

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

Shades of Myrtle #113004

Tints of Myrtle #113004

Color information

#113004 (or 0x113004) is unknown color: approx Myrtle. HEX triplet: 11, 30 and 04. RGB value is (17,48,4). Sum of RGB (Red+Green+Blue) = 17+48+4=69 (9% of max value = 765). Red value is 17 (7.03% from 255 or 24.64% from 69); Green value is 48 (19.14% from 255 or 69.57% from 69); Blue value is 4 (1.95% from 255 or 5.80% from 69); Max value from RGB is 48 - color contains mainly: green. Hex color #113004 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #113004 is #EECFFB. Grayscale: #212121. Windows color (decimal): -15650812 or 274449. OLE color: 274449.

HSL color Cylindrical-coordinate representation of color #113004: hue angle of 102.27º degrees, saturation: 0.85, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #113004 is Cyan = 0.65, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.81.

Color convert

RGB17484-
CMYK0.6500.920.81
HSL102.27º84.62%10.2%-
HSV(B)102.27º91.67%18.82%-
XYZ1.312.240.48-
YUV33.72111.23116.08-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 24.64%
GREEN value IS 48 (19.14% from 255) = 69.57%
BLUE value IS 4 (1.95% from 255) = 5.80%
R=24.64%
G=69.57%
B=5.80%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal174840.6500.920.81102.2784.6210.2
Hex113044105C516655a
Octal21604101013412114612512
Binary100011100001001000001010111001010001110011010101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #113004

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #113004; }

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

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

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

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

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

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

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

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