#133600

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

Shades of Myrtle #133600

Tints of Myrtle #133600

Color information

#133600 (or 0x133600) is unknown color: approx Myrtle. HEX triplet: 13, 36 and 00. RGB value is (19,54,0). Sum of RGB (Red+Green+Blue) = 19+54+0=73 (9% of max value = 765). Red value is 19 (7.81% from 255 or 26.03% from 73); Green value is 54 (21.48% from 255 or 73.97% from 73); Blue value is 0 (0.39% from 255 or 0% from 73); Max value from RGB is 54 - color contains mainly: green. Hex color #133600 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #133600 is #ECC9FF. Grayscale: #252525. Windows color (decimal): -15518208 or 13843. OLE color: 13843.

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

Color convert

RGB19540-
CMYK0.65010.79
HSL98.89º100%10.59%-
HSV(B)98.89º100%21.18%-
XYZ1.592.780.45-
YUV37.38106.9114.89-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 26.03%
GREEN value IS 54 (21.48% from 255) = 73.97%
BLUE value IS 0 (0.39% from 255) = 0%
R=26.03%
G=73.97%
B=0%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal195400.65010.7998.8910010.59
Hex13360410644F6364b
Octal23660101014411714314413
Binary1001111011001000001011001001001111110001111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #133600

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #133600; }

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

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

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

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

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

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

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

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