#133A10

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

Shades of Myrtle #133A10

Tints of Myrtle #133A10

Color information

#133A10 (or 0x133A10) is unknown color: approx Myrtle. HEX triplet: 13, 3A and 10. RGB value is (19,58,16). Sum of RGB (Red+Green+Blue) = 19+58+16=93 (12% of max value = 765). Red value is 19 (7.81% from 255 or 20.43% from 93); Green value is 58 (23.05% from 255 or 62.37% from 93); Blue value is 16 (6.64% from 255 or 17.20% from 93); Max value from RGB is 58 - color contains mainly: green. Hex color #133A10 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #133A10 is #ECC5EF. Grayscale: #292929. Windows color (decimal): -15517168 or 1063443. OLE color: 1063443.

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

Color convert

RGB195816-
CMYK0.6700.720.77
HSL115.71º56.76%14.51%-
HSV(B)115.71º72.41%22.75%-
XYZ1.883.21.01-
YUV41.55113.58111.92-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 20.43%
GREEN value IS 58 (23.05% from 255) = 62.37%
BLUE value IS 16 (6.64% from 255) = 17.20%
R=20.43%
G=62.37%
B=17.20%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal1958160.6700.720.77115.7156.7614.51
Hex133A10430484D7439f
Octal23722010301101151647117
Binary1001111101010000100001101001000100110111101001110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #133A10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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