#13320A

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

Shades of Myrtle #13320A

Tints of Myrtle #13320A

Color information

#13320A (or 0x13320A) is unknown color: approx Myrtle. HEX triplet: 13, 32 and 0A. RGB value is (19,50,10). Sum of RGB (Red+Green+Blue) = 19+50+10=79 (10% of max value = 765). Red value is 19 (7.81% from 255 or 24.05% from 79); Green value is 50 (19.92% from 255 or 63.29% from 79); Blue value is 10 (4.30% from 255 or 12.66% from 79); Max value from RGB is 50 - color contains mainly: green. Hex color #13320A is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #13320A is #ECCDF5. Grayscale: #242424. Windows color (decimal): -15519222 or 668179. OLE color: 668179.

HSL color Cylindrical-coordinate representation of color #13320A: hue angle of 106.5º degrees, saturation: 0.67, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #13320A is Cyan = 0.62, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.80.

Color convert

RGB195010-
CMYK0.6200.800.80
HSL106.5º66.67%11.76%-
HSV(B)106.5º80%19.61%-
XYZ1.462.440.68-
YUV36.17113.23115.75-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 24.05%
GREEN value IS 50 (19.92% from 255) = 63.29%
BLUE value IS 10 (4.30% from 255) = 12.66%
R=24.05%
G=63.29%
B=12.66%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal1950100.6200.800.80106.566.6711.76
Hex1332A3E050506a43c
Octal23621276012012015210314
Binary100111100101010111110010100001010000110101010000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13320A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #13320A; }

 p { color: rgb(19,50,10); }

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

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

 a { background-color: rgb(19,50,10); }

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

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

 span { border-color: rgb(19,50,10); }

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