#1B411C

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

Shades of Myrtle #1B411C

Tints of Myrtle #1B411C

Color information

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

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

Color convert

RGB276528-
CMYK0.5800.570.75
HSL121.58º41.3%18.04%-
HSV(B)121.58º58.46%25.49%-
XYZ2.554.11.75-
YUV49.42115.91112.01-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal2765280.5800.570.75121.5841.318.04
Hex1B411C3A0394B7a2912
Octal3310134720711131725122
Binary1101110000011110011101001110011001011111101010100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B411C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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