#12501B

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

Shades of Myrtle #12501B

Tints of Myrtle #12501B

Color information

#12501B (or 0x12501B) is unknown color: approx Myrtle. HEX triplet: 12, 50 and 1B. RGB value is (18,80,27). Sum of RGB (Red+Green+Blue) = 18+80+27=125 (16% of max value = 765). Red value is 18 (7.42% from 255 or 14.4% from 125); Green value is 80 (31.64% from 255 or 64% from 125); Blue value is 27 (10.94% from 255 or 21.6% from 125); Max value from RGB is 80 - color contains mainly: green. Hex color #12501B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #12501B is #EDAFE4. Grayscale: #373737. Windows color (decimal): -15577061 or 1789970. OLE color: 1789970.

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

Color convert

RGB188027-
CMYK0.7800.660.69
HSL128.71º63.27%19.22%-
HSV(B)128.71º77.5%31.37%-
XYZ3.325.952.01-
YUV55.42111.96101.31-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 14.4%
GREEN value IS 80 (31.64% from 255) = 64%
BLUE value IS 27 (10.94% from 255) = 21.6%
R=14.4%
G=64%
B=21.6%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal1880270.7800.660.69128.7163.2719.22
Hex12501B4E04245813f13
Octal221203311601021052017723
Binary1001010100001101110011100100001010001011000000111111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12501B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,80,27); }

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

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

 a { background-color: rgb(18,80,27); }

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

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

 span { border-color: rgb(18,80,27); }

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