#12521B

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

Shades of Myrtle #12521B

Tints of Myrtle #12521B

Color information

#12521B (or 0x12521B) is unknown color: approx Myrtle. HEX triplet: 12, 52 and 1B. RGB value is (18,82,27). Sum of RGB (Red+Green+Blue) = 18+82+27=127 (16% of max value = 765). Red value is 18 (7.42% from 255 or 14.17% from 127); Green value is 82 (32.42% from 255 or 64.57% from 127); Blue value is 27 (10.94% from 255 or 21.26% from 127); Max value from RGB is 82 - color contains mainly: green. Hex color #12521B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #12521B is #EDADE4. Grayscale: #383838. Windows color (decimal): -15576549 or 1790482. OLE color: 1790482.

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

Color convert

RGB188227-
CMYK0.7800.670.68
HSL128.44º64%19.61%-
HSV(B)128.44º78.05%32.16%-
XYZ3.466.242.06-
YUV56.59111.3100.47-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 14.17%
GREEN value IS 82 (32.42% from 255) = 64.57%
BLUE value IS 27 (10.94% from 255) = 21.26%
R=14.17%
G=64.57%
B=21.26%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal1882270.7800.670.68128.446419.61
Hex12521B4E04344804014
Octal2212233116010310420010024
Binary10010101001011011100111001000011100010010000000100000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12521B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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