#133601

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

Shades of Myrtle #133601

Tints of Myrtle #133601

Color information

#133601 (or 0x133601) is unknown color: approx Myrtle. HEX triplet: 13, 36 and 01. RGB value is (19,54,1). Sum of RGB (Red+Green+Blue) = 19+54+1=74 (9% of max value = 765). Red value is 19 (7.81% from 255 or 25.68% from 74); Green value is 54 (21.48% from 255 or 72.97% from 74); Blue value is 1 (0.78% from 255 or 1.35% from 74); Max value from RGB is 54 - color contains mainly: green. Hex color #133601 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #133601 is #ECC9FE. Grayscale: #252525. Windows color (decimal): -15518207 or 79379. OLE color: 79379.

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

Color convert

RGB19541-
CMYK0.6500.980.79
HSL99.62º96.36%10.78%-
HSV(B)99.62º98.15%21.18%-
XYZ1.592.780.48-
YUV37.49107.4114.81-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 25.68%
GREEN value IS 54 (21.48% from 255) = 72.97%
BLUE value IS 1 (0.78% from 255) = 1.35%
R=25.68%
G=72.97%
B=1.35%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal195410.6500.980.7999.6296.3610.78
Hex13361410624F6460b
Octal23661101014211714414013
Binary1001111011011000001011000101001111110010011000001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #133601

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #133601; }

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

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

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

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

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

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

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

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