#12250D

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

Shades of Myrtle #12250D

Tints of Myrtle #12250D

Color information

#12250D (or 0x12250D) is unknown color: approx Myrtle. HEX triplet: 12, 25 and 0D. RGB value is (18,37,13). Sum of RGB (Red+Green+Blue) = 18+37+13=68 (9% of max value = 765). Red value is 18 (7.42% from 255 or 26.47% from 68); Green value is 37 (14.84% from 255 or 54.41% from 68); Blue value is 13 (5.47% from 255 or 19.12% from 68); Max value from RGB is 37 - color contains mainly: green. Hex color #12250D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #12250D is #EDDAF2. Grayscale: #1C1C1C. Windows color (decimal): -15588083 or 861458. OLE color: 861458.

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

Color convert

RGB183713-
CMYK0.5100.650.85
HSL107.5º48%9.8%-
HSV(B)107.5º64.86%14.51%-
XYZ0.981.480.61-
YUV28.58119.21120.45-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 26.47%
GREEN value IS 37 (14.84% from 255) = 54.41%
BLUE value IS 13 (5.47% from 255) = 19.12%
R=26.47%
G=54.41%
B=19.12%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal1837130.5100.650.85107.5489.8
Hex1225D33041556c30a
Octal2245156301011251546012
Binary10010100101110111001101000001101010111011001100001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12250D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #12250D; }

 p { color: rgb(18,37,13); }

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

<style>
 a { background-color: #12250D; }

 a { background-color: rgb(18,37,13); }

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

<style>
 span { border-color: #12250D; }

 span { border-color: rgb(18,37,13); }

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