#12551B

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

Shades of Myrtle #12551B

Tints of Myrtle #12551B

Color information

#12551B (or 0x12551B) is unknown color: approx Myrtle. HEX triplet: 12, 55 and 1B. RGB value is (18,85,27). Sum of RGB (Red+Green+Blue) = 18+85+27=130 (17% of max value = 765). Red value is 18 (7.42% from 255 or 13.85% from 130); Green value is 85 (33.59% from 255 or 65.38% from 130); Blue value is 27 (10.94% from 255 or 20.77% from 130); Max value from RGB is 85 - color contains mainly: green. Hex color #12551B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #12551B is #EDAAE4. Grayscale: #3A3A3A. Windows color (decimal): -15575781 or 1791250. OLE color: 1791250.

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

Color convert

RGB188527-
CMYK0.7900.680.67
HSL128.06º65.05%20.2%-
HSV(B)128.06º78.82%33.33%-
XYZ3.76.72.14-
YUV58.36110.399.22-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 13.85%
GREEN value IS 85 (33.59% from 255) = 65.38%
BLUE value IS 27 (10.94% from 255) = 20.77%
R=13.85%
G=65.38%
B=20.77%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal1885270.7900.680.67128.0665.0520.2
Hex12551B4F04443804114
Octal2212533117010410320010124
Binary10010101010111011100111101000100100001110000000100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12551B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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