#13250C

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

Shades of Myrtle #13250C

Tints of Myrtle #13250C

Color information

#13250C (or 0x13250C) is unknown color: approx Myrtle. HEX triplet: 13, 25 and 0C. RGB value is (19,37,12). Sum of RGB (Red+Green+Blue) = 19+37+12=68 (9% of max value = 765). Red value is 19 (7.81% from 255 or 27.94% from 68); Green value is 37 (14.84% from 255 or 54.41% from 68); Blue value is 12 (5.08% from 255 or 17.65% from 68); Max value from RGB is 37 - color contains mainly: green. Hex color #13250C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #13250C is #ECDAF3. Grayscale: #1C1C1C. Windows color (decimal): -15522548 or 795923. OLE color: 795923.

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

Color convert

RGB193712-
CMYK0.4900.680.85
HSL103.2º51.02%9.61%-
HSV(B)103.2º67.57%14.51%-
XYZ11.490.58-
YUV28.77118.54121.03-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 27.94%
GREEN value IS 37 (14.84% from 255) = 54.41%
BLUE value IS 12 (5.08% from 255) = 17.65%
R=27.94%
G=54.41%
B=17.65%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal1937120.4900.680.85103.251.029.61
Hex1325C31044556733a
Octal2345146101041251476312
Binary10011100101110011000101000100101010111001111100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13250C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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