#1B4118

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

Shades of Myrtle #1B4118

Tints of Myrtle #1B4118

Color information

#1B4118 (or 0x1B4118) is unknown color: approx Myrtle. HEX triplet: 1B, 41 and 18. RGB value is (27,65,24). Sum of RGB (Red+Green+Blue) = 27+65+24=116 (15% of max value = 765). Red value is 27 (10.94% from 255 or 23.28% from 116); Green value is 65 (25.78% from 255 or 56.03% from 116); Blue value is 24 (9.77% from 255 or 20.69% from 116); Max value from RGB is 65 - color contains mainly: green. Hex color #1B4118 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1B4118 is #E4BEE7. Grayscale: #313131. Windows color (decimal): -14991080 or 1589531. OLE color: 1589531.

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

Color convert

RGB276524-
CMYK0.5800.630.75
HSL115.61º46.07%17.45%-
HSV(B)115.61º63.08%25.49%-
XYZ2.514.081.52-
YUV48.96113.91112.33-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 23.28%
GREEN value IS 65 (25.78% from 255) = 56.03%
BLUE value IS 24 (9.77% from 255) = 20.69%
R=23.28%
G=56.03%
B=20.69%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal2765240.5800.630.75115.6146.0717.45
Hex1B41183A03F4B742e11
Octal3310130720771131645621
Binary1101110000011100011101001111111001011111010010111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B4118

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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