#13230D

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

Shades of Myrtle #13230D

Tints of Myrtle #13230D

Color information

#13230D (or 0x13230D) is unknown color: approx Myrtle. HEX triplet: 13, 23 and 0D. RGB value is (19,35,13). Sum of RGB (Red+Green+Blue) = 19+35+13=67 (8% of max value = 765). Red value is 19 (7.81% from 255 or 28.36% from 67); Green value is 35 (14.06% from 255 or 52.24% from 67); Blue value is 13 (5.47% from 255 or 19.40% from 67); Max value from RGB is 35 - color contains mainly: green. Hex color #13230D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #13230D is #ECDCF2. Grayscale: #1B1B1B. Windows color (decimal): -15523059 or 860947. OLE color: 860947.

HSL color Cylindrical-coordinate representation of color #13230D: hue angle of 103.64º degrees, saturation: 0.46, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #13230D is Cyan = 0.46, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.86.

Color convert

RGB193513-
CMYK0.4600.630.86
HSL103.64º45.83%9.41%-
HSV(B)103.64º62.86%13.73%-
XYZ0.941.370.6-
YUV27.71119.7121.79-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 28.36%
GREEN value IS 35 (14.06% from 255) = 52.24%
BLUE value IS 13 (5.47% from 255) = 19.40%
R=28.36%
G=52.24%
B=19.40%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal1935130.4600.630.86103.6445.839.41
Hex1323D2E03F56682e9
Octal234315560771261505611
Binary1001110001111011011100111111101011011010001011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13230D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #13230D; }

 p { color: rgb(19,35,13); }

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

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

 a { background-color: rgb(19,35,13); }

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

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

 span { border-color: rgb(19,35,13); }

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