#1C411B

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

Shades of Myrtle #1C411B

Tints of Myrtle #1C411B

Color information

#1C411B (or 0x1C411B) is unknown color: approx Myrtle. HEX triplet: 1C, 41 and 1B. RGB value is (28,65,27). Sum of RGB (Red+Green+Blue) = 28+65+27=120 (15% of max value = 765). Red value is 28 (11.33% from 255 or 23.33% from 120); Green value is 65 (25.78% from 255 or 54.17% from 120); Blue value is 27 (10.94% from 255 or 22.5% from 120); Max value from RGB is 65 - color contains mainly: green. Hex color #1C411B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1C411B is #E3BEE4. Grayscale: #313131. Windows color (decimal): -14925541 or 1786140. OLE color: 1786140.

HSL color Cylindrical-coordinate representation of color #1C411B: hue angle of 118.42º degrees, saturation: 0.41, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #1C411B is Cyan = 0.57, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.75.

Color convert

RGB286527-
CMYK0.5700.580.75
HSL118.42º41.3%18.04%-
HSV(B)118.42º58.46%25.49%-
XYZ2.574.111.69-
YUV49.6115.24112.59-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 23.33%
GREEN value IS 65 (25.78% from 255) = 54.17%
BLUE value IS 27 (10.94% from 255) = 22.5%
R=23.33%
G=54.17%
B=22.5%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal2865270.5700.580.75118.4241.318.04
Hex1C411B3903A4B762912
Octal3410133710721131665122
Binary1110010000011101111100101110101001011111011010100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C411B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,65,27); }

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

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

 a { background-color: rgb(28,65,27); }

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

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

 span { border-color: rgb(28,65,27); }

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