#133108

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

Shades of Myrtle #133108

Tints of Myrtle #133108

Color information

#133108 (or 0x133108) is unknown color: approx Myrtle. HEX triplet: 13, 31 and 08. RGB value is (19,49,8). Sum of RGB (Red+Green+Blue) = 19+49+8=76 (10% of max value = 765). Red value is 19 (7.81% from 255 or 25% from 76); Green value is 49 (19.53% from 255 or 64.47% from 76); Blue value is 8 (3.52% from 255 or 10.53% from 76); Max value from RGB is 49 - color contains mainly: green. Hex color #133108 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #133108 is #ECCEF7. Grayscale: #232323. Windows color (decimal): -15519480 or 536851. OLE color: 536851.

HSL color Cylindrical-coordinate representation of color #133108: hue angle of 103.9º degrees, saturation: 0.72, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #133108 is Cyan = 0.61, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.81.

Color convert

RGB19498-
CMYK0.6100.840.81
HSL103.9º71.93%11.18%-
HSV(B)103.9º83.67%19.22%-
XYZ1.412.350.61-
YUV35.36112.56116.33-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 25%
GREEN value IS 49 (19.53% from 255) = 64.47%
BLUE value IS 8 (3.52% from 255) = 10.53%
R=25%
G=64.47%
B=10.53%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal194980.6100.840.81103.971.9311.18
Hex133183D054516848b
Octal23611075012412115011013
Binary100111100011000111101010101001010001110100010010001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #133108

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #133108; }

 p { color: rgb(19,49,8); }

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

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

 a { background-color: rgb(19,49,8); }

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

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

 span { border-color: rgb(19,49,8); }

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