#133806

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

Shades of Myrtle #133806

Tints of Myrtle #133806

Color information

#133806 (or 0x133806) is unknown color: approx Myrtle. HEX triplet: 13, 38 and 06. RGB value is (19,56,6). Sum of RGB (Red+Green+Blue) = 19+56+6=81 (10% of max value = 765). Red value is 19 (7.81% from 255 or 23.46% from 81); Green value is 56 (22.27% from 255 or 69.14% from 81); Blue value is 6 (2.73% from 255 or 7.41% from 81); Max value from RGB is 56 - color contains mainly: green. Hex color #133806 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #133806 is #ECC7F9. Grayscale: #272727. Windows color (decimal): -15517690 or 407571. OLE color: 407571.

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

Color convert

RGB19566-
CMYK0.6600.890.78
HSL104.4º80.65%12.16%-
HSV(B)104.4º89.29%21.96%-
XYZ1.722.980.66-
YUV39.24109.24113.57-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 23.46%
GREEN value IS 56 (22.27% from 255) = 69.14%
BLUE value IS 6 (2.73% from 255) = 7.41%
R=23.46%
G=69.14%
B=7.41%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal195660.6600.890.78104.480.6512.16
Hex13386420594E6851c
Octal23706102013111615012114
Binary100111110001101000010010110011001110110100010100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #133806

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #133806; }

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

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

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

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

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

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

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

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