#113203

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

Shades of Myrtle #113203

Tints of Myrtle #113203

Color information

#113203 (or 0x113203) is unknown color: approx Myrtle. HEX triplet: 11, 32 and 03. RGB value is (17,50,3). Sum of RGB (Red+Green+Blue) = 17+50+3=70 (9% of max value = 765). Red value is 17 (7.03% from 255 or 24.29% from 70); Green value is 50 (19.92% from 255 or 71.43% from 70); Blue value is 3 (1.56% from 255 or 4.29% from 70); Max value from RGB is 50 - color contains mainly: green. Hex color #113203 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #113203 is #EECDFC. Grayscale: #222222. Windows color (decimal): -15650301 or 209425. OLE color: 209425.

HSL color Cylindrical-coordinate representation of color #113203: hue angle of 102.13º degrees, saturation: 0.89, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #113203 is Cyan = 0.66, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.80.

Color convert

RGB17503-
CMYK0.6600.940.80
HSL102.13º88.68%10.39%-
HSV(B)102.13º94%19.61%-
XYZ1.392.410.48-
YUV34.78110.07115.32-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 24.29%
GREEN value IS 50 (19.92% from 255) = 71.43%
BLUE value IS 3 (1.56% from 255) = 4.29%
R=24.29%
G=71.43%
B=4.29%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal175030.6600.940.80102.1388.6810.39
Hex113234205E506659a
Octal21623102013612014613112
Binary10001110010111000010010111101010000110011010110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #113203

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #113203; }

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

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

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

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

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

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

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

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