#1C421B

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

Shades of Myrtle #1C421B

Tints of Myrtle #1C421B

Color information

#1C421B (or 0x1C421B) is unknown color: approx Myrtle. HEX triplet: 1C, 42 and 1B. RGB value is (28,66,27). Sum of RGB (Red+Green+Blue) = 28+66+27=121 (16% of max value = 765). Red value is 28 (11.33% from 255 or 23.14% from 121); Green value is 66 (26.17% from 255 or 54.55% from 121); Blue value is 27 (10.94% from 255 or 22.31% from 121); Max value from RGB is 66 - color contains mainly: green. Hex color #1C421B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1C421B is #E3BDE4. Grayscale: #323232. Windows color (decimal): -14925285 or 1786396. OLE color: 1786396.

HSL color Cylindrical-coordinate representation of color #1C421B: hue angle of 118.46º degrees, saturation: 0.42, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #1C421B is Cyan = 0.58, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.74.

Color convert

RGB286627-
CMYK0.5800.590.74
HSL118.46º41.94%18.24%-
HSV(B)118.46º59.09%25.88%-
XYZ2.624.221.71-
YUV50.19114.91112.17-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 23.14%
GREEN value IS 66 (26.17% from 255) = 54.55%
BLUE value IS 27 (10.94% from 255) = 22.31%
R=23.14%
G=54.55%
B=22.31%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal2866270.5800.590.74118.4641.9418.24
Hex1C421B3A03B4A762a12
Octal3410233720731121665222
Binary1110010000101101111101001110111001010111011010101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C421B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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