#133204

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

Shades of Myrtle #133204

Tints of Myrtle #133204

Color information

#133204 (or 0x133204) is unknown color: approx Myrtle. HEX triplet: 13, 32 and 04. RGB value is (19,50,4). Sum of RGB (Red+Green+Blue) = 19+50+4=73 (9% of max value = 765). Red value is 19 (7.81% from 255 or 26.03% from 73); Green value is 50 (19.92% from 255 or 68.49% from 73); Blue value is 4 (1.95% from 255 or 5.48% from 73); Max value from RGB is 50 - color contains mainly: green. Hex color #133204 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #133204 is #ECCDFB. Grayscale: #232323. Windows color (decimal): -15519228 or 274963. OLE color: 274963.

HSL color Cylindrical-coordinate representation of color #133204: hue angle of 100.43º degrees, saturation: 0.85, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #133204 is Cyan = 0.62, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.80.

Color convert

RGB19504-
CMYK0.6200.920.80
HSL100.43º85.19%10.59%-
HSV(B)100.43º92%19.61%-
XYZ1.432.430.51-
YUV35.49110.23116.24-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 26.03%
GREEN value IS 50 (19.92% from 255) = 68.49%
BLUE value IS 4 (1.95% from 255) = 5.48%
R=26.03%
G=68.49%
B=5.48%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal195040.6200.920.80100.4385.1910.59
Hex133243E05C506455b
Octal2362476013412014412513
Binary10011110010100111110010111001010000110010010101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #133204

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #133204; }

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

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

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

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

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

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

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

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