#12571B

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

Shades of Myrtle #12571B

Tints of Myrtle #12571B

Color information

#12571B (or 0x12571B) is unknown color: approx Myrtle. HEX triplet: 12, 57 and 1B. RGB value is (18,87,27). Sum of RGB (Red+Green+Blue) = 18+87+27=132 (17% of max value = 765). Red value is 18 (7.42% from 255 or 13.64% from 132); Green value is 87 (34.38% from 255 or 65.91% from 132); Blue value is 27 (10.94% from 255 or 20.45% from 132); Max value from RGB is 87 - color contains mainly: green. Hex color #12571B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #12571B is #EDA8E4. Grayscale: #3B3B3B. Windows color (decimal): -15575269 or 1791762. OLE color: 1791762.

HSL color Cylindrical-coordinate representation of color #12571B: hue angle of 127.83º degrees, saturation: 0.66, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #12571B is Cyan = 0.79, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.66.

Color convert

RGB188727-
CMYK0.7900.690.66
HSL127.83º65.71%20.59%-
HSV(B)127.83º79.31%34.12%-
XYZ3.867.022.19-
YUV59.53109.6498.38-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 13.64%
GREEN value IS 87 (34.38% from 255) = 65.91%
BLUE value IS 27 (10.94% from 255) = 20.45%
R=13.64%
G=65.91%
B=20.45%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal1887270.7900.690.66127.8365.7120.59
Hex12571B4F04542804215
Octal2212733117010510220010225
Binary10010101011111011100111101000101100001010000000100001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12571B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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