#133A18

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

Shades of Myrtle #133A18

Tints of Myrtle #133A18

Color information

#133A18 (or 0x133A18) is unknown color: approx Myrtle. HEX triplet: 13, 3A and 18. RGB value is (19,58,24). Sum of RGB (Red+Green+Blue) = 19+58+24=101 (13% of max value = 765). Red value is 19 (7.81% from 255 or 18.81% from 101); Green value is 58 (23.05% from 255 or 57.43% from 101); Blue value is 24 (9.77% from 255 or 23.76% from 101); Max value from RGB is 58 - color contains mainly: green. Hex color #133A18 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #133A18 is #ECC5E7. Grayscale: #2A2A2A. Windows color (decimal): -15517160 or 1587731. OLE color: 1587731.

HSL color Cylindrical-coordinate representation of color #133A18: hue angle of 127.69º 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 #133A18 is Cyan = 0.67, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.77.

Color convert

RGB195824-
CMYK0.6700.590.77
HSL127.69º50.65%15.1%-
HSV(B)127.69º67.24%22.75%-
XYZ1.953.231.39-
YUV42.46117.58111.26-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 18.81%
GREEN value IS 58 (23.05% from 255) = 57.43%
BLUE value IS 24 (9.77% from 255) = 23.76%
R=18.81%
G=57.43%
B=23.76%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal1958240.6700.590.77127.6950.6515.1
Hex133A184303B4D8033f
Octal2372301030731152006317
Binary1001111101011000100001101110111001101100000001100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #133A18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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