#12250B

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

Shades of Myrtle #12250B

Tints of Myrtle #12250B

Color information

#12250B (or 0x12250B) is unknown color: approx Myrtle. HEX triplet: 12, 25 and 0B. RGB value is (18,37,11). Sum of RGB (Red+Green+Blue) = 18+37+11=66 (8% of max value = 765). Red value is 18 (7.42% from 255 or 27.27% from 66); Green value is 37 (14.84% from 255 or 56.06% from 66); Blue value is 11 (4.69% from 255 or 16.67% from 66); Max value from RGB is 37 - color contains mainly: green. Hex color #12250B is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #12250B is #EDDAF4. Grayscale: #1C1C1C. Windows color (decimal): -15588085 or 730386. OLE color: 730386.

HSL color Cylindrical-coordinate representation of color #12250B: hue angle of 103.85º degrees, saturation: 0.54, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #12250B is Cyan = 0.51, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.85.

Color convert

RGB183711-
CMYK0.5100.700.85
HSL103.85º54.17%9.41%-
HSV(B)103.85º70.27%14.51%-
XYZ0.971.480.55-
YUV28.36118.21120.61-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 27.27%
GREEN value IS 37 (14.84% from 255) = 56.06%
BLUE value IS 11 (4.69% from 255) = 16.67%
R=27.27%
G=56.06%
B=16.67%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal1837110.5100.700.85103.8554.179.41
Hex1225B330465568369
Octal2245136301061251506611
Binary10010100101101111001101000110101010111010001101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12250B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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