#12531B

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

Shades of Myrtle #12531B

Tints of Myrtle #12531B

Color information

#12531B (or 0x12531B) is unknown color: approx Myrtle. HEX triplet: 12, 53 and 1B. RGB value is (18,83,27). Sum of RGB (Red+Green+Blue) = 18+83+27=128 (16% of max value = 765). Red value is 18 (7.42% from 255 or 14.06% from 128); Green value is 83 (32.81% from 255 or 64.84% from 128); Blue value is 27 (10.94% from 255 or 21.09% from 128); Max value from RGB is 83 - color contains mainly: green. Hex color #12531B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #12531B is #EDACE4. Grayscale: #393939. Windows color (decimal): -15576293 or 1790738. OLE color: 1790738.

HSL color Cylindrical-coordinate representation of color #12531B: hue angle of 128.31º degrees, saturation: 0.64, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #12531B is Cyan = 0.78, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.67.

Color convert

RGB188327-
CMYK0.7800.670.67
HSL128.31º64.36%19.8%-
HSV(B)128.31º78.31%32.55%-
XYZ3.546.392.08-
YUV57.18110.97100.05-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 14.06%
GREEN value IS 83 (32.81% from 255) = 64.84%
BLUE value IS 27 (10.94% from 255) = 21.09%
R=14.06%
G=64.84%
B=21.09%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal1883270.7800.670.67128.3164.3619.8
Hex12531B4E04343804014
Octal2212333116010310320010024
Binary10010101001111011100111001000011100001110000000100000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12531B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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