#12310B

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

Shades of Myrtle #12310B

Tints of Myrtle #12310B

Color information

#12310B (or 0x12310B) is unknown color: approx Myrtle. HEX triplet: 12, 31 and 0B. RGB value is (18,49,11). Sum of RGB (Red+Green+Blue) = 18+49+11=78 (10% of max value = 765). Red value is 18 (7.42% from 255 or 23.08% from 78); Green value is 49 (19.53% from 255 or 62.82% from 78); Blue value is 11 (4.69% from 255 or 14.10% from 78); Max value from RGB is 49 - color contains mainly: green. Hex color #12310B is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #12310B is #EDCEF4. Grayscale: #232323. Windows color (decimal): -15585013 or 733458. OLE color: 733458.

HSL color Cylindrical-coordinate representation of color #12310B: hue angle of 108.95º degrees, saturation: 0.63, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #12310B is Cyan = 0.63, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.81.

Color convert

RGB184911-
CMYK0.6300.780.81
HSL108.95º63.33%11.76%-
HSV(B)108.95º77.55%19.22%-
XYZ1.412.350.7-
YUV35.4114.23115.59-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 23.08%
GREEN value IS 49 (19.53% from 255) = 62.82%
BLUE value IS 11 (4.69% from 255) = 14.10%
R=23.08%
G=62.82%
B=14.10%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal1849110.6300.780.81108.9563.3311.76
Hex1231B3F04E516d3fc
Octal2261137701161211557714
Binary10010110001101111111101001110101000111011011111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12310B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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