#13230F

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

Shades of Myrtle #13230F

Tints of Myrtle #13230F

Color information

#13230F (or 0x13230F) is unknown color: approx Myrtle. HEX triplet: 13, 23 and 0F. RGB value is (19,35,15). Sum of RGB (Red+Green+Blue) = 19+35+15=69 (9% of max value = 765). Red value is 19 (7.81% from 255 or 27.54% from 69); Green value is 35 (14.06% from 255 or 50.72% from 69); Blue value is 15 (6.25% from 255 or 21.74% from 69); Max value from RGB is 35 - color contains mainly: green. Hex color #13230F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #13230F is #ECDCF0. Grayscale: #1B1B1B. Windows color (decimal): -15523057 or 992019. OLE color: 992019.

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

Color convert

RGB193515-
CMYK0.4600.570.86
HSL108º40%9.8%-
HSV(B)108º57.14%13.73%-
XYZ0.961.380.67-
YUV27.94120.7121.63-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 27.54%
GREEN value IS 35 (14.06% from 255) = 50.72%
BLUE value IS 15 (6.25% from 255) = 21.74%
R=27.54%
G=50.72%
B=21.74%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal1935150.4600.570.86108409.8
Hex1323F2E039566c28a
Octal234317560711261545012
Binary1001110001111111011100111001101011011011001010001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13230F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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