#1C401B

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

Shades of Myrtle #1C401B

Tints of Myrtle #1C401B

Color information

#1C401B (or 0x1C401B) is unknown color: approx Myrtle. HEX triplet: 1C, 40 and 1B. RGB value is (28,64,27). Sum of RGB (Red+Green+Blue) = 28+64+27=119 (15% of max value = 765). Red value is 28 (11.33% from 255 or 23.53% from 119); Green value is 64 (25.39% from 255 or 53.78% from 119); Blue value is 27 (10.94% from 255 or 22.69% from 119); Max value from RGB is 64 - color contains mainly: green. Hex color #1C401B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1C401B is #E3BFE4. Grayscale: #313131. Windows color (decimal): -14925797 or 1785884. OLE color: 1785884.

HSL color Cylindrical-coordinate representation of color #1C401B: hue angle of 118.38º 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 #1C401B is Cyan = 0.56, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.75.

Color convert

RGB286427-
CMYK0.5600.580.75
HSL118.38º40.66%17.84%-
HSV(B)118.38º57.81%25.1%-
XYZ2.513.991.68-
YUV49.02115.57113.01-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 23.53%
GREEN value IS 64 (25.39% from 255) = 53.78%
BLUE value IS 27 (10.94% from 255) = 22.69%
R=23.53%
G=53.78%
B=22.69%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal2864270.5600.580.75118.3840.6617.84
Hex1C401B3803A4B762912
Octal3410033700721131665122
Binary1110010000001101111100001110101001011111011010100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C401B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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