#133E01

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

Shades of Myrtle #133E01

Tints of Myrtle #133E01

Color information

#133E01 (or 0x133E01) is unknown color: approx Myrtle. HEX triplet: 13, 3E and 01. RGB value is (19,62,1). Sum of RGB (Red+Green+Blue) = 19+62+1=82 (10% of max value = 765). Red value is 19 (7.81% from 255 or 23.17% from 82); Green value is 62 (24.61% from 255 or 75.61% from 82); Blue value is 1 (0.78% from 255 or 1.22% from 82); Max value from RGB is 62 - color contains mainly: green. Hex color #133E01 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #133E01 is #ECC1FE. Grayscale: #2A2A2A. Windows color (decimal): -15516159 or 81427. OLE color: 81427.

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

Color convert

RGB19621-
CMYK0.6900.980.76
HSL102.3º96.83%12.35%-
HSV(B)102.3º98.39%24.31%-
XYZ23.590.62-
YUV42.19104.75111.46-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 23.17%
GREEN value IS 62 (24.61% from 255) = 75.61%
BLUE value IS 1 (0.78% from 255) = 1.22%
R=23.17%
G=75.61%
B=1.22%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal196210.6900.980.76102.396.8312.35
Hex133E1450624C6661c
Octal23761105014211414614114
Binary1001111111011000101011000101001100110011011000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #133E01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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