#12521C

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

Shades of Myrtle #12521C

Tints of Myrtle #12521C

Color information

#12521C (or 0x12521C) is unknown color: approx Myrtle. HEX triplet: 12, 52 and 1C. RGB value is (18,82,28). Sum of RGB (Red+Green+Blue) = 18+82+28=128 (16% of max value = 765). Red value is 18 (7.42% from 255 or 14.06% from 128); Green value is 82 (32.42% from 255 or 64.06% from 128); Blue value is 28 (11.33% from 255 or 21.88% from 128); Max value from RGB is 82 - color contains mainly: green. Hex color #12521C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #12521C is #EDADE3. Grayscale: #383838. Windows color (decimal): -15576548 or 1856018. OLE color: 1856018.

HSL color Cylindrical-coordinate representation of color #12521C: hue angle of 129.38º 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 #12521C is Cyan = 0.78, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.68.

Color convert

RGB188228-
CMYK0.7800.660.68
HSL129.38º64%19.61%-
HSV(B)129.38º78.05%32.16%-
XYZ3.486.252.12-
YUV56.71111.8100.39-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 14.06%
GREEN value IS 82 (32.42% from 255) = 64.06%
BLUE value IS 28 (11.33% from 255) = 21.88%
R=14.06%
G=64.06%
B=21.88%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal1882280.7800.660.68129.386419.61
Hex12521C4E04244814014
Octal2212234116010210420110024
Binary10010101001011100100111001000010100010010000001100000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12521C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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