#12530E

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

Shades of Myrtle #12530E

Tints of Myrtle #12530E

Color information

#12530E (or 0x12530E) is unknown color: approx Myrtle. HEX triplet: 12, 53 and 0E. RGB value is (18,83,14). Sum of RGB (Red+Green+Blue) = 18+83+14=115 (15% of max value = 765). Red value is 18 (7.42% from 255 or 15.65% from 115); Green value is 83 (32.81% from 255 or 72.17% from 115); Blue value is 14 (5.86% from 255 or 12.17% from 115); Max value from RGB is 83 - color contains mainly: green. Hex color #12530E is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #12530E is #EDACF1. Grayscale: #373737. Windows color (decimal): -15576306 or 938770. OLE color: 938770.

HSL color Cylindrical-coordinate representation of color #12530E: hue angle of 116.52º degrees, saturation: 0.71, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #12530E is Cyan = 0.78, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.67.

Color convert

RGB188314-
CMYK0.7800.830.67
HSL116.52º71.13%19.02%-
HSV(B)116.52º83.13%32.55%-
XYZ3.426.351.46-
YUV55.7104.47101.11-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 15.65%
GREEN value IS 83 (32.81% from 255) = 72.17%
BLUE value IS 14 (5.86% from 255) = 12.17%
R=15.65%
G=72.17%
B=12.17%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal1883140.7800.830.67116.5271.1319.02
Hex1253E4E05343754713
Octal2212316116012310316510723
Binary100101010011111010011100101001110000111110101100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12530E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #12530E; }

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

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

<style>
 a { background-color: #12530E; }

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

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

<style>
 span { border-color: #12530E; }

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

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