#13390F

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

Shades of Myrtle #13390F

Tints of Myrtle #13390F

Color information

#13390F (or 0x13390F) is unknown color: approx Myrtle. HEX triplet: 13, 39 and 0F. RGB value is (19,57,15). Sum of RGB (Red+Green+Blue) = 19+57+15=91 (12% of max value = 765). Red value is 19 (7.81% from 255 or 20.88% from 91); Green value is 57 (22.66% from 255 or 62.64% from 91); Blue value is 15 (6.25% from 255 or 16.48% from 91); Max value from RGB is 57 - color contains mainly: green. Hex color #13390F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #13390F is #ECC6F0. Grayscale: #282828. Windows color (decimal): -15517425 or 997651. OLE color: 997651.

HSL color Cylindrical-coordinate representation of color #13390F: hue angle of 114.29º degrees, saturation: 0.58, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #13390F is Cyan = 0.67, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.78.

Color convert

RGB195715-
CMYK0.6700.740.78
HSL114.29º58.33%14.12%-
HSV(B)114.29º73.68%22.35%-
XYZ1.823.10.95-
YUV40.85113.41112.42-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 20.88%
GREEN value IS 57 (22.66% from 255) = 62.64%
BLUE value IS 15 (6.25% from 255) = 16.48%
R=20.88%
G=62.64%
B=16.48%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal1957150.6700.740.78114.2958.3314.12
Hex1339F4304A4E723ae
Octal23711710301121161627216
Binary100111110011111100001101001010100111011100101110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13390F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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