#133F04

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

Shades of Myrtle #133F04

Tints of Myrtle #133F04

Color information

#133F04 (or 0x133F04) is unknown color: approx Myrtle. HEX triplet: 13, 3F and 04. RGB value is (19,63,4). Sum of RGB (Red+Green+Blue) = 19+63+4=86 (11% of max value = 765). Red value is 19 (7.81% from 255 or 22.09% from 86); Green value is 63 (25% from 255 or 73.26% from 86); Blue value is 4 (1.95% from 255 or 4.65% from 86); Max value from RGB is 63 - color contains mainly: green. Hex color #133F04 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #133F04 is #ECC0FB. Grayscale: #2B2B2B. Windows color (decimal): -15515900 or 278291. OLE color: 278291.

HSL color Cylindrical-coordinate representation of color #133F04: hue angle of 104.75º degrees, saturation: 0.88, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #133F04 is Cyan = 0.70, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.75.

Color convert

RGB19634-
CMYK0.7000.940.75
HSL104.75º88.06%13.14%-
HSV(B)104.75º93.65%24.71%-
XYZ2.073.70.72-
YUV43.12105.92110.8-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 22.09%
GREEN value IS 63 (25% from 255) = 73.26%
BLUE value IS 4 (1.95% from 255) = 4.65%
R=22.09%
G=73.26%
B=4.65%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal196340.7000.940.75104.7588.0613.14
Hex133F44605E4B6958d
Octal23774106013611315113015
Binary100111111111001000110010111101001011110100110110001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #133F04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(19,63,4); }

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

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

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

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

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

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

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