#133003

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

Shades of Myrtle #133003

Tints of Myrtle #133003

Color information

#133003 (or 0x133003) is unknown color: approx Myrtle. HEX triplet: 13, 30 and 03. RGB value is (19,48,3). Sum of RGB (Red+Green+Blue) = 19+48+3=70 (9% of max value = 765). Red value is 19 (7.81% from 255 or 27.14% from 70); Green value is 48 (19.14% from 255 or 68.57% from 70); Blue value is 3 (1.56% from 255 or 4.29% from 70); Max value from RGB is 48 - color contains mainly: green. Hex color #133003 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #133003 is #ECCFFC. Grayscale: #222222. Windows color (decimal): -15519741 or 208915. OLE color: 208915.

HSL color Cylindrical-coordinate representation of color #133003: hue angle of 98.67º 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 #133003 is Cyan = 0.60, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.81.

Color convert

RGB19483-
CMYK0.6000.940.81
HSL98.67º88.24%10%-
HSV(B)98.67º93.75%18.82%-
XYZ1.342.260.45-
YUV34.2110.39117.16-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 27.14%
GREEN value IS 48 (19.14% from 255) = 68.57%
BLUE value IS 3 (1.56% from 255) = 4.29%
R=27.14%
G=68.57%
B=4.29%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal194830.6000.940.8198.6788.2410
Hex133033C05E516358a
Octal2360374013612114313012
Binary1001111000011111100010111101010001110001110110001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #133003

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #133003; }

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

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

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

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

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

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

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

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