#1B401B

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

Shades of Myrtle #1B401B

Tints of Myrtle #1B401B

Color information

#1B401B (or 0x1B401B) is unknown color: approx Myrtle. HEX triplet: 1B, 40 and 1B. RGB value is (27,64,27). Sum of RGB (Red+Green+Blue) = 27+64+27=118 (15% of max value = 765). Red value is 27 (10.94% from 255 or 22.88% from 118); Green value is 64 (25.39% from 255 or 54.24% from 118); Blue value is 27 (10.94% from 255 or 22.88% from 118); Max value from RGB is 64 - color contains mainly: green. Hex color #1B401B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1B401B is #E4BFE4. Grayscale: #303030. Windows color (decimal): -14991333 or 1785883. OLE color: 1785883.

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

Color convert

RGB276427-
CMYK0.5800.580.75
HSL120º40.66%17.84%-
HSV(B)120º57.81%25.1%-
XYZ2.483.981.67-
YUV48.72115.74112.51-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 22.88%
GREEN value IS 64 (25.39% from 255) = 54.24%
BLUE value IS 27 (10.94% from 255) = 22.88%
R=22.88%
G=54.24%
B=22.88%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal2764270.5800.580.7512040.6617.84
Hex1B401B3A03A4B782912
Octal3310033720721131705122
Binary1101110000001101111101001110101001011111100010100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B401B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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