#12550C

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

Shades of Myrtle #12550C

Tints of Myrtle #12550C

Color information

#12550C (or 0x12550C) is unknown color: approx Myrtle. HEX triplet: 12, 55 and 0C. RGB value is (18,85,12). Sum of RGB (Red+Green+Blue) = 18+85+12=115 (15% of max value = 765). Red value is 18 (7.42% from 255 or 15.65% from 115); Green value is 85 (33.59% from 255 or 73.91% from 115); Blue value is 12 (5.08% from 255 or 10.43% from 115); Max value from RGB is 85 - color contains mainly: green. Hex color #12550C is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #12550C is #EDAAF3. Grayscale: #383838. Windows color (decimal): -15575796 or 808210. OLE color: 808210.

HSL color Cylindrical-coordinate representation of color #12550C: hue angle of 115.07º degrees, saturation: 0.75, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #12550C is Cyan = 0.79, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.67.

Color convert

RGB188512-
CMYK0.7900.860.67
HSL115.07º75.26%19.02%-
HSV(B)115.07º85.88%33.33%-
XYZ3.566.651.44-
YUV56.64102.8100.44-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 15.65%
GREEN value IS 85 (33.59% from 255) = 73.91%
BLUE value IS 12 (5.08% from 255) = 10.43%
R=15.65%
G=73.91%
B=10.43%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal1885120.7900.860.67115.0775.2619.02
Hex1255C4F05643734b13
Octal2212514117012610316311323
Binary100101010101110010011110101011010000111110011100101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12550C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,85,12); }

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

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

 a { background-color: rgb(18,85,12); }

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

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

 span { border-color: rgb(18,85,12); }

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