#133801

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

Shades of Myrtle #133801

Tints of Myrtle #133801

Color information

#133801 (or 0x133801) is unknown color: approx Myrtle. HEX triplet: 13, 38 and 01. RGB value is (19,56,1). Sum of RGB (Red+Green+Blue) = 19+56+1=76 (10% of max value = 765). Red value is 19 (7.81% from 255 or 25% from 76); Green value is 56 (22.27% from 255 or 73.68% from 76); Blue value is 1 (0.78% from 255 or 1.32% from 76); Max value from RGB is 56 - color contains mainly: green. Hex color #133801 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #133801 is #ECC7FE. Grayscale: #262626. Windows color (decimal): -15517695 or 79891. OLE color: 79891.

HSL color Cylindrical-coordinate representation of color #133801: hue angle of 100.36º degrees, saturation: 0.96, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #133801 is Cyan = 0.66, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.78.

Color convert

RGB19561-
CMYK0.6600.980.78
HSL100.36º96.49%11.18%-
HSV(B)100.36º98.21%21.96%-
XYZ1.692.970.51-
YUV38.67106.74113.97-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 25%
GREEN value IS 56 (22.27% from 255) = 73.68%
BLUE value IS 1 (0.78% from 255) = 1.32%
R=25%
G=73.68%
B=1.32%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal195610.6600.980.78100.3696.4911.18
Hex13381420624E6460b
Octal23701102014211614414013
Binary1001111100011000010011000101001110110010011000001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #133801

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #133801; }

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

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

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

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

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

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

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

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