#133B13

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

Shades of Myrtle #133B13

Tints of Myrtle #133B13

Color information

#133B13 (or 0x133B13) is unknown color: approx Myrtle. HEX triplet: 13, 3B and 13. RGB value is (19,59,19). Sum of RGB (Red+Green+Blue) = 19+59+19=97 (12% of max value = 765). Red value is 19 (7.81% from 255 or 19.59% from 97); Green value is 59 (23.44% from 255 or 60.82% from 97); Blue value is 19 (7.81% from 255 or 19.59% from 97); Max value from RGB is 59 - color contains mainly: green. Hex color #133B13 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #133B13 is #ECC4EC. Grayscale: #2A2A2A. Windows color (decimal): -15516909 or 1260307. OLE color: 1260307.

HSL color Cylindrical-coordinate representation of color #133B13: hue angle of 120º degrees, saturation: 0.51, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #133B13 is Cyan = 0.68, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.77.

Color convert

RGB195919-
CMYK0.6800.680.77
HSL120º51.28%15.29%-
HSV(B)120º67.8%23.14%-
XYZ1.953.311.15-
YUV42.48114.75111.25-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 19.59%
GREEN value IS 59 (23.44% from 255) = 60.82%
BLUE value IS 19 (7.81% from 255) = 19.59%
R=19.59%
G=60.82%
B=19.59%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal1959190.6800.680.7712051.2815.29
Hex133B13440444D7833f
Octal23732310401041151706317
Binary1001111101110011100010001000100100110111110001100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #133B13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #133B13; }

 p { color: rgb(19,59,19); }

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

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

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

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

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

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

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