#133404

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

Shades of Myrtle #133404

Tints of Myrtle #133404

Color information

#133404 (or 0x133404) is unknown color: approx Myrtle. HEX triplet: 13, 34 and 04. RGB value is (19,52,4). Sum of RGB (Red+Green+Blue) = 19+52+4=75 (9% of max value = 765). Red value is 19 (7.81% from 255 or 25.33% from 75); Green value is 52 (20.70% from 255 or 69.33% from 75); Blue value is 4 (1.95% from 255 or 5.33% from 75); Max value from RGB is 52 - color contains mainly: green. Hex color #133404 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #133404 is #ECCBFB. Grayscale: #242424. Windows color (decimal): -15518716 or 275475. OLE color: 275475.

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

Color convert

RGB19524-
CMYK0.6300.920.80
HSL101.25º85.71%10.98%-
HSV(B)101.25º92.31%20.39%-
XYZ1.522.60.54-
YUV36.66109.57115.4-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 25.33%
GREEN value IS 52 (20.70% from 255) = 69.33%
BLUE value IS 4 (1.95% from 255) = 5.33%
R=25.33%
G=69.33%
B=5.33%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal195240.6300.920.80101.2585.7110.98
Hex133443F05C506556b
Octal2364477013412014512613
Binary10011110100100111111010111001010000110010110101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #133404

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #133404; }

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

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

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

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

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

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

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

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