#13250F

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

Shades of Myrtle #13250F

Tints of Myrtle #13250F

Color information

#13250F (or 0x13250F) is unknown color: approx Myrtle. HEX triplet: 13, 25 and 0F. RGB value is (19,37,15). Sum of RGB (Red+Green+Blue) = 19+37+15=71 (9% of max value = 765). Red value is 19 (7.81% from 255 or 26.76% from 71); Green value is 37 (14.84% from 255 or 52.11% from 71); Blue value is 15 (6.25% from 255 or 21.13% from 71); Max value from RGB is 37 - color contains mainly: green. Hex color #13250F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #13250F is #ECDAF0. Grayscale: #1D1D1D. Windows color (decimal): -15522545 or 992531. OLE color: 992531.

HSL color Cylindrical-coordinate representation of color #13250F: hue angle of 109.09º degrees, saturation: 0.42, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #13250F is Cyan = 0.49, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.85.

Color convert

RGB193715-
CMYK0.4900.590.85
HSL109.09º42.31%10.2%-
HSV(B)109.09º59.46%14.51%-
XYZ1.021.50.69-
YUV29.11120.04120.79-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 26.76%
GREEN value IS 37 (14.84% from 255) = 52.11%
BLUE value IS 15 (6.25% from 255) = 21.13%
R=26.76%
G=52.11%
B=21.13%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal1937150.4900.590.85109.0942.3110.2
Hex1325F3103B556d2aa
Octal234517610731251555212
Binary1001110010111111100010111011101010111011011010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13250F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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