#13430C

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

Shades of Myrtle #13430C

Tints of Myrtle #13430C

Color information

#13430C (or 0x13430C) is unknown color: approx Myrtle. HEX triplet: 13, 43 and 0C. RGB value is (19,67,12). Sum of RGB (Red+Green+Blue) = 19+67+12=98 (12% of max value = 765). Red value is 19 (7.81% from 255 or 19.39% from 98); Green value is 67 (26.56% from 255 or 68.37% from 98); Blue value is 12 (5.08% from 255 or 12.24% from 98); Max value from RGB is 67 - color contains mainly: green. Hex color #13430C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #13430C is #ECBCF3. Grayscale: #2E2E2E. Windows color (decimal): -15514868 or 803603. OLE color: 803603.

HSL color Cylindrical-coordinate representation of color #13430C: hue angle of 112.36º degrees, saturation: 0.7, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #13430C is Cyan = 0.72, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.74.

Color convert

RGB196712-
CMYK0.7200.820.74
HSL112.36º69.62%15.49%-
HSV(B)112.36º82.09%26.27%-
XYZ2.344.181.03-
YUV46.38108.6108.47-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 19.39%
GREEN value IS 67 (26.56% from 255) = 68.37%
BLUE value IS 12 (5.08% from 255) = 12.24%
R=19.39%
G=68.37%
B=12.24%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal1967120.7200.820.74112.3669.6215.49
Hex1343C480524A7046f
Octal2310314110012211216010617
Binary10011100001111001001000010100101001010111000010001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13430C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #13430C; }

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

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

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

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

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

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

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

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