#133E05

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

Shades of Myrtle #133E05

Tints of Myrtle #133E05

Color information

#133E05 (or 0x133E05) is unknown color: approx Myrtle. HEX triplet: 13, 3E and 05. RGB value is (19,62,5). Sum of RGB (Red+Green+Blue) = 19+62+5=86 (11% of max value = 765). Red value is 19 (7.81% from 255 or 22.09% from 86); Green value is 62 (24.61% from 255 or 72.09% from 86); Blue value is 5 (2.34% from 255 or 5.81% from 86); Max value from RGB is 62 - color contains mainly: green. Hex color #133E05 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #133E05 is #ECC1FA. Grayscale: #2A2A2A. Windows color (decimal): -15516155 or 343571. OLE color: 343571.

HSL color Cylindrical-coordinate representation of color #133E05: hue angle of 105.26º degrees, saturation: 0.85, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #133E05 is Cyan = 0.69, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.76.

Color convert

RGB19625-
CMYK0.6900.920.76
HSL105.26º85.07%13.14%-
HSV(B)105.26º91.94%24.31%-
XYZ2.023.590.73-
YUV42.64106.75111.13-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 22.09%
GREEN value IS 62 (24.61% from 255) = 72.09%
BLUE value IS 5 (2.34% from 255) = 5.81%
R=22.09%
G=72.09%
B=5.81%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal196250.6900.920.76105.2685.0713.14
Hex133E54505C4C6955d
Octal23765105013411415112515
Binary100111111101011000101010111001001100110100110101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #133E05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(19,62,5); }

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

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

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

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

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

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

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