#113003

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

Shades of Myrtle #113003

Tints of Myrtle #113003

Color information

#113003 (or 0x113003) is unknown color: approx Myrtle. HEX triplet: 11, 30 and 03. RGB value is (17,48,3). Sum of RGB (Red+Green+Blue) = 17+48+3=68 (9% of max value = 765). Red value is 17 (7.03% from 255 or 25% from 68); Green value is 48 (19.14% from 255 or 70.59% from 68); Blue value is 3 (1.56% from 255 or 4.41% from 68); Max value from RGB is 48 - color contains mainly: green. Hex color #113003 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #113003 is #EECFFC. Grayscale: #212121. Windows color (decimal): -15650813 or 208913. OLE color: 208913.

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

Color convert

RGB17483-
CMYK0.6500.940.81
HSL101.33º88.24%10%-
HSV(B)101.33º93.75%18.82%-
XYZ1.32.240.45-
YUV33.6110.73116.16-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 25%
GREEN value IS 48 (19.14% from 255) = 70.59%
BLUE value IS 3 (1.56% from 255) = 4.41%
R=25%
G=70.59%
B=4.41%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal174830.6500.940.81101.3388.2410
Hex113034105E516558a
Octal21603101013612114513012
Binary10001110000111000001010111101010001110010110110001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #113003

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #113003; }

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

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

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

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

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

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

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

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