#13431A

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

Shades of Myrtle #13431A

Tints of Myrtle #13431A

Color information

#13431A (or 0x13431A) is unknown color: approx Myrtle. HEX triplet: 13, 43 and 1A. RGB value is (19,67,26). Sum of RGB (Red+Green+Blue) = 19+67+26=112 (14% of max value = 765). Red value is 19 (7.81% from 255 or 16.96% from 112); Green value is 67 (26.56% from 255 or 59.82% from 112); Blue value is 26 (10.55% from 255 or 23.21% from 112); Max value from RGB is 67 - color contains mainly: green. Hex color #13431A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #13431A is #ECBCE5. Grayscale: #303030. Windows color (decimal): -15514854 or 1721107. OLE color: 1721107.

HSL color Cylindrical-coordinate representation of color #13431A: hue angle of 128.75º degrees, saturation: 0.56, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #13431A is Cyan = 0.72, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.74.

Color convert

RGB196726-
CMYK0.7200.610.74
HSL128.75º55.81%16.86%-
HSV(B)128.75º71.64%26.27%-
XYZ2.464.231.66-
YUV47.97115.6107.33-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 16.96%
GREEN value IS 67 (26.56% from 255) = 59.82%
BLUE value IS 26 (10.55% from 255) = 23.21%
R=16.96%
G=59.82%
B=23.21%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal1967260.7200.610.74128.7555.8116.86
Hex13431A4803D4A813811
Octal23103321100751122017021
Binary100111000011110101001000011110110010101000000111100010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13431A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(19,67,26); }

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

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

 a { background-color: rgb(19,67,26); }

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

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

 span { border-color: rgb(19,67,26); }

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