#12511C

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

Shades of Myrtle #12511C

Tints of Myrtle #12511C

Color information

#12511C (or 0x12511C) is unknown color: approx Myrtle. HEX triplet: 12, 51 and 1C. RGB value is (18,81,28). Sum of RGB (Red+Green+Blue) = 18+81+28=127 (16% of max value = 765). Red value is 18 (7.42% from 255 or 14.17% from 127); Green value is 81 (32.03% from 255 or 63.78% from 127); Blue value is 28 (11.33% from 255 or 22.05% from 127); Max value from RGB is 81 - color contains mainly: green. Hex color #12511C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #12511C is #EDAEE3. Grayscale: #383838. Windows color (decimal): -15576804 or 1855762. OLE color: 1855762.

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

Color convert

RGB188128-
CMYK0.7800.650.68
HSL129.52º63.64%19.41%-
HSV(B)129.52º77.78%31.76%-
XYZ3.46.12.1-
YUV56.12112.13100.81-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 14.17%
GREEN value IS 81 (32.03% from 255) = 63.78%
BLUE value IS 28 (11.33% from 255) = 22.05%
R=14.17%
G=63.78%
B=22.05%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal1881280.7800.650.68129.5263.6419.41
Hex12511C4E04144824013
Octal2212134116010110420210023
Binary10010101000111100100111001000001100010010000010100000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12511C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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