#133A13

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

Shades of Myrtle #133A13

Tints of Myrtle #133A13

Color information

#133A13 (or 0x133A13) is unknown color: approx Myrtle. HEX triplet: 13, 3A and 13. RGB value is (19,58,19). Sum of RGB (Red+Green+Blue) = 19+58+19=96 (12% of max value = 765). Red value is 19 (7.81% from 255 or 19.79% from 96); Green value is 58 (23.05% from 255 or 60.42% from 96); Blue value is 19 (7.81% from 255 or 19.79% from 96); Max value from RGB is 58 - color contains mainly: green. Hex color #133A13 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #133A13 is #ECC5EC. Grayscale: #2A2A2A. Windows color (decimal): -15517165 or 1260051. OLE color: 1260051.

HSL color Cylindrical-coordinate representation of color #133A13: 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.67%. Process color model (Four color, CMYK) of #133A13 is Cyan = 0.67, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.77.

Color convert

RGB195819-
CMYK0.6700.670.77
HSL120º50.65%15.1%-
HSV(B)120º67.24%22.75%-
XYZ1.93.211.14-
YUV41.89115.08111.67-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 19.79%
GREEN value IS 58 (23.05% from 255) = 60.42%
BLUE value IS 19 (7.81% from 255) = 19.79%
R=19.79%
G=60.42%
B=19.79%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal1958190.6700.670.7712050.6515.1
Hex133A13430434D7833f
Octal23722310301031151706317
Binary1001111101010011100001101000011100110111110001100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #133A13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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