#12531A

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

Shades of Myrtle #12531A

Tints of Myrtle #12531A

Color information

#12531A (or 0x12531A) is unknown color: approx Myrtle. HEX triplet: 12, 53 and 1A. RGB value is (18,83,26). Sum of RGB (Red+Green+Blue) = 18+83+26=127 (16% of max value = 765). Red value is 18 (7.42% from 255 or 14.17% from 127); Green value is 83 (32.81% from 255 or 65.35% from 127); Blue value is 26 (10.55% from 255 or 20.47% from 127); Max value from RGB is 83 - color contains mainly: green. Hex color #12531A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #12531A is #EDACE5. Grayscale: #393939. Windows color (decimal): -15576294 or 1725202. OLE color: 1725202.

HSL color Cylindrical-coordinate representation of color #12531A: hue angle of 127.38º 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 #12531A is Cyan = 0.78, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.67.

Color convert

RGB188326-
CMYK0.7800.690.67
HSL127.38º64.36%19.8%-
HSV(B)127.38º78.31%32.55%-
XYZ3.536.392.02-
YUV57.07110.47100.13-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 14.17%
GREEN value IS 83 (32.81% from 255) = 65.35%
BLUE value IS 26 (10.55% from 255) = 20.47%
R=14.17%
G=65.35%
B=20.47%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal1883260.7800.690.67127.3864.3619.8
Hex12531A4E045437f4014
Octal2212332116010510317710024
Binary1001010100111101010011100100010110000111111111100000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12531A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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