#133604

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

Shades of Myrtle #133604

Tints of Myrtle #133604

Color information

#133604 (or 0x133604) is unknown color: approx Myrtle. HEX triplet: 13, 36 and 04. RGB value is (19,54,4). Sum of RGB (Red+Green+Blue) = 19+54+4=77 (10% of max value = 765). Red value is 19 (7.81% from 255 or 24.68% from 77); Green value is 54 (21.48% from 255 or 70.13% from 77); Blue value is 4 (1.95% from 255 or 5.19% from 77); Max value from RGB is 54 - color contains mainly: green. Hex color #133604 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #133604 is #ECC9FB. Grayscale: #262626. Windows color (decimal): -15518204 or 275987. OLE color: 275987.

HSL color Cylindrical-coordinate representation of color #133604: hue angle of 102º degrees, saturation: 0.86, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #133604 is Cyan = 0.65, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.79.

Color convert

RGB19544-
CMYK0.6500.930.79
HSL102º86.21%11.37%-
HSV(B)102º92.59%21.18%-
XYZ1.612.790.57-
YUV37.84108.9114.57-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 24.68%
GREEN value IS 54 (21.48% from 255) = 70.13%
BLUE value IS 4 (1.95% from 255) = 5.19%
R=24.68%
G=70.13%
B=5.19%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal195440.6500.930.7910286.2111.37
Hex133644105D4F6656b
Octal23664101013511714612613
Binary100111101101001000001010111011001111110011010101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #133604

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #133604; }

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

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

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

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

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

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

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

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