#13430F

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

Shades of Myrtle #13430F

Tints of Myrtle #13430F

Color information

#13430F (or 0x13430F) is unknown color: approx Myrtle. HEX triplet: 13, 43 and 0F. RGB value is (19,67,15). Sum of RGB (Red+Green+Blue) = 19+67+15=101 (13% of max value = 765). Red value is 19 (7.81% from 255 or 18.81% from 101); Green value is 67 (26.56% from 255 or 66.34% from 101); Blue value is 15 (6.25% from 255 or 14.85% from 101); Max value from RGB is 67 - color contains mainly: green. Hex color #13430F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #13430F is #ECBCF0. Grayscale: #2E2E2E. Windows color (decimal): -15514865 or 1000211. OLE color: 1000211.

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

Color convert

RGB196715-
CMYK0.7200.780.74
HSL115.38º63.41%16.08%-
HSV(B)115.38º77.61%26.27%-
XYZ2.364.191.14-
YUV46.72110.1108.23-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 18.81%
GREEN value IS 67 (26.56% from 255) = 66.34%
BLUE value IS 15 (6.25% from 255) = 14.85%
R=18.81%
G=66.34%
B=14.85%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal1967150.7200.780.74115.3863.4116.08
Hex1343F4804E4A733f10
Octal231031711001161121637720
Binary10011100001111111001000010011101001010111001111111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13430F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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