#133802

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

Shades of Myrtle #133802

Tints of Myrtle #133802

Color information

#133802 (or 0x133802) is unknown color: approx Myrtle. HEX triplet: 13, 38 and 02. RGB value is (19,56,2). Sum of RGB (Red+Green+Blue) = 19+56+2=77 (10% of max value = 765). Red value is 19 (7.81% from 255 or 24.68% from 77); Green value is 56 (22.27% from 255 or 72.73% from 77); Blue value is 2 (1.17% from 255 or 2.60% from 77); Max value from RGB is 56 - color contains mainly: green. Hex color #133802 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #133802 is #ECC7FD. Grayscale: #262626. Windows color (decimal): -15517694 or 145427. OLE color: 145427.

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

Color convert

RGB19562-
CMYK0.6600.960.78
HSL101.11º93.1%11.37%-
HSV(B)101.11º96.43%21.96%-
XYZ1.692.970.54-
YUV38.78107.24113.89-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 24.68%
GREEN value IS 56 (22.27% from 255) = 72.73%
BLUE value IS 2 (1.17% from 255) = 2.60%
R=24.68%
G=72.73%
B=2.60%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal195620.6600.960.78101.1193.111.37
Hex13382420604E655db
Octal23702102014011614513513
Binary10011111000101000010011000001001110110010110111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #133802

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #133802; }

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

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

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

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

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

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

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

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