#133602

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

Shades of Myrtle #133602

Tints of Myrtle #133602

Color information

#133602 (or 0x133602) is unknown color: approx Myrtle. HEX triplet: 13, 36 and 02. RGB value is (19,54,2). Sum of RGB (Red+Green+Blue) = 19+54+2=75 (9% of max value = 765). Red value is 19 (7.81% from 255 or 25.33% from 75); Green value is 54 (21.48% from 255 or 72% from 75); Blue value is 2 (1.17% from 255 or 2.67% from 75); Max value from RGB is 54 - color contains mainly: green. Hex color #133602 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #133602 is #ECC9FD. Grayscale: #252525. Windows color (decimal): -15518206 or 144915. OLE color: 144915.

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

Color convert

RGB19542-
CMYK0.6500.960.79
HSL100.38º92.86%10.98%-
HSV(B)100.38º96.3%21.18%-
XYZ1.62.780.51-
YUV37.61107.9114.73-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 25.33%
GREEN value IS 54 (21.48% from 255) = 72%
BLUE value IS 2 (1.17% from 255) = 2.67%
R=25.33%
G=72%
B=2.67%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal195420.6500.960.79100.3892.8610.98
Hex13362410604F645db
Octal23662101014011714413513
Binary10011110110101000001011000001001111110010010111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #133602

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #133602; }

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

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

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

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

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

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

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

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