#133203

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

Shades of Myrtle #133203

Tints of Myrtle #133203

Color information

#133203 (or 0x133203) is unknown color: approx Myrtle. HEX triplet: 13, 32 and 03. RGB value is (19,50,3). Sum of RGB (Red+Green+Blue) = 19+50+3=72 (9% of max value = 765). Red value is 19 (7.81% from 255 or 26.39% from 72); Green value is 50 (19.92% from 255 or 69.44% from 72); Blue value is 3 (1.56% from 255 or 4.17% from 72); Max value from RGB is 50 - color contains mainly: green. Hex color #133203 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #133203 is #ECCDFC. Grayscale: #232323. Windows color (decimal): -15519229 or 209427. OLE color: 209427.

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

Color convert

RGB19503-
CMYK0.6200.940.80
HSL99.57º88.68%10.39%-
HSV(B)99.57º94%19.61%-
XYZ1.432.430.48-
YUV35.37109.73116.32-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 26.39%
GREEN value IS 50 (19.92% from 255) = 69.44%
BLUE value IS 3 (1.56% from 255) = 4.17%
R=26.39%
G=69.44%
B=4.17%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal195030.6200.940.8099.5788.6810.39
Hex133233E05E506459a
Octal2362376013612014413112
Binary1001111001011111110010111101010000110010010110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #133203

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #133203; }

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

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

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

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

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

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

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

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