#1C3712

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

Shades of Myrtle #1C3712

Tints of Myrtle #1C3712

Color information

#1C3712 (or 0x1C3712) is unknown color: approx Myrtle. HEX triplet: 1C, 37 and 12. RGB value is (28,55,18). Sum of RGB (Red+Green+Blue) = 28+55+18=101 (13% of max value = 765). Red value is 28 (11.33% from 255 or 27.72% from 101); Green value is 55 (21.88% from 255 or 54.46% from 101); Blue value is 18 (7.42% from 255 or 17.82% from 101); Max value from RGB is 55 - color contains mainly: green. Hex color #1C3712 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1C3712 is #E3C8ED. Grayscale: #2A2A2A. Windows color (decimal): -14928110 or 1193756. OLE color: 1193756.

HSL color Cylindrical-coordinate representation of color #1C3712: hue angle of 103.78º degrees, saturation: 0.51, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #1C3712 is Cyan = 0.49, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.78.

Color convert

RGB285518-
CMYK0.4900.670.78
HSL103.78º50.68%14.31%-
HSV(B)103.78º67.27%21.57%-
XYZ1.953.021.05-
YUV42.71114.05117.51-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 27.72%
GREEN value IS 55 (21.88% from 255) = 54.46%
BLUE value IS 18 (7.42% from 255) = 17.82%
R=27.72%
G=54.46%
B=17.82%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal2855180.4900.670.78103.7850.6814.31
Hex1C3712310434E6833e
Octal3467226101031161506316
Binary111001101111001011000101000011100111011010001100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C3712

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1C3712; }

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

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

<style>
 a { background-color: #1C3712; }

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

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

<style>
 span { border-color: #1C3712; }

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

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