#133406

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

Shades of Myrtle #133406

Tints of Myrtle #133406

Color information

#133406 (or 0x133406) is unknown color: approx Myrtle. HEX triplet: 13, 34 and 06. RGB value is (19,52,6). Sum of RGB (Red+Green+Blue) = 19+52+6=77 (10% of max value = 765). Red value is 19 (7.81% from 255 or 24.68% from 77); Green value is 52 (20.70% from 255 or 67.53% from 77); Blue value is 6 (2.73% from 255 or 7.79% from 77); Max value from RGB is 52 - color contains mainly: green. Hex color #133406 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #133406 is #ECCBF9. Grayscale: #252525. Windows color (decimal): -15518714 or 406547. OLE color: 406547.

HSL color Cylindrical-coordinate representation of color #133406: hue angle of 103.04º degrees, saturation: 0.79, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #133406 is Cyan = 0.63, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.80.

Color convert

RGB19526-
CMYK0.6300.880.80
HSL103.04º79.31%11.37%-
HSV(B)103.04º88.46%20.39%-
XYZ1.532.610.6-
YUV36.89110.57115.24-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 24.68%
GREEN value IS 52 (20.70% from 255) = 67.53%
BLUE value IS 6 (2.73% from 255) = 7.79%
R=24.68%
G=67.53%
B=7.79%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal195260.6300.880.80103.0479.3111.37
Hex133463F05850674fb
Octal2364677013012014711713
Binary10011110100110111111010110001010000110011110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #133406

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #133406; }

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

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

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

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

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

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

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

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