#133004

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

Shades of Myrtle #133004

Tints of Myrtle #133004

Color information

#133004 (or 0x133004) is unknown color: approx Myrtle. HEX triplet: 13, 30 and 04. RGB value is (19,48,4). Sum of RGB (Red+Green+Blue) = 19+48+4=71 (9% of max value = 765). Red value is 19 (7.81% from 255 or 26.76% from 71); Green value is 48 (19.14% from 255 or 67.61% from 71); Blue value is 4 (1.95% from 255 or 5.63% from 71); Max value from RGB is 48 - color contains mainly: green. Hex color #133004 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #133004 is #ECCFFB. Grayscale: #222222. Windows color (decimal): -15519740 or 274451. OLE color: 274451.

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

Color convert

RGB19484-
CMYK0.6000.920.81
HSL99.55º84.62%10.2%-
HSV(B)99.55º91.67%18.82%-
XYZ1.352.260.48-
YUV34.31110.89117.08-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 26.76%
GREEN value IS 48 (19.14% from 255) = 67.61%
BLUE value IS 4 (1.95% from 255) = 5.63%
R=26.76%
G=67.61%
B=5.63%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal194840.6000.920.8199.5584.6210.2
Hex133043C05C516455a
Octal2360474013412114412512
Binary10011110000100111100010111001010001110010010101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #133004

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #133004; }

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

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

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

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

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

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

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

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