#12250E

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

Shades of Myrtle #12250E

Tints of Myrtle #12250E

Color information

#12250E (or 0x12250E) is unknown color: approx Myrtle. HEX triplet: 12, 25 and 0E. RGB value is (18,37,14). Sum of RGB (Red+Green+Blue) = 18+37+14=69 (9% of max value = 765). Red value is 18 (7.42% from 255 or 26.09% from 69); Green value is 37 (14.84% from 255 or 53.62% from 69); Blue value is 14 (5.86% from 255 or 20.29% from 69); Max value from RGB is 37 - color contains mainly: green. Hex color #12250E is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #12250E is #EDDAF1. Grayscale: #1C1C1C. Windows color (decimal): -15588082 or 926994. OLE color: 926994.

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

Color convert

RGB183714-
CMYK0.5100.620.85
HSL109.57º45.1%10%-
HSV(B)109.57º62.16%14.51%-
XYZ0.991.480.65-
YUV28.7119.71120.37-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 26.09%
GREEN value IS 37 (14.84% from 255) = 53.62%
BLUE value IS 14 (5.86% from 255) = 20.29%
R=26.09%
G=53.62%
B=20.29%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal1837140.5100.620.85109.5745.110
Hex1225E3303E556e2da
Octal224516630761251565512
Binary1001010010111101100110111110101010111011101011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12250E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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