#12530D

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

Shades of Myrtle #12530D

Tints of Myrtle #12530D

Color information

#12530D (or 0x12530D) is unknown color: approx Myrtle. HEX triplet: 12, 53 and 0D. RGB value is (18,83,13). Sum of RGB (Red+Green+Blue) = 18+83+13=114 (15% of max value = 765). Red value is 18 (7.42% from 255 or 15.79% from 114); Green value is 83 (32.81% from 255 or 72.81% from 114); Blue value is 13 (5.47% from 255 or 11.40% from 114); Max value from RGB is 83 - color contains mainly: green. Hex color #12530D is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #12530D is #EDACF2. Grayscale: #373737. Windows color (decimal): -15576307 or 873234. OLE color: 873234.

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

Color convert

RGB188313-
CMYK0.7800.840.67
HSL115.71º72.92%18.82%-
HSV(B)115.71º84.34%32.55%-
XYZ3.426.341.43-
YUV55.58103.97101.19-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 15.79%
GREEN value IS 83 (32.81% from 255) = 72.81%
BLUE value IS 13 (5.47% from 255) = 11.40%
R=15.79%
G=72.81%
B=11.40%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal1883130.7800.840.67115.7172.9218.82
Hex1253D4E05443744913
Octal2212315116012410316411123
Binary100101010011110110011100101010010000111110100100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12530D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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