#1B401E

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

Shades of Myrtle #1B401E

Tints of Myrtle #1B401E

Color information

#1B401E (or 0x1B401E) is unknown color: approx Myrtle. HEX triplet: 1B, 40 and 1E. RGB value is (27,64,30). Sum of RGB (Red+Green+Blue) = 27+64+30=121 (16% of max value = 765). Red value is 27 (10.94% from 255 or 22.31% from 121); Green value is 64 (25.39% from 255 or 52.89% from 121); Blue value is 30 (12.11% from 255 or 24.79% from 121); Max value from RGB is 64 - color contains mainly: green. Hex color #1B401E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1B401E is #E4BFE1. Grayscale: #313131. Windows color (decimal): -14991330 or 1982491. OLE color: 1982491.

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

Color convert

RGB276430-
CMYK0.5800.530.75
HSL124.86º40.66%17.84%-
HSV(B)124.86º57.81%25.1%-
XYZ2.523.991.87-
YUV49.06117.24112.26-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 22.31%
GREEN value IS 64 (25.39% from 255) = 52.89%
BLUE value IS 30 (12.11% from 255) = 24.79%
R=22.31%
G=52.89%
B=24.79%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal2764300.5800.530.75124.8640.6617.84
Hex1B401E3A0354B7d2912
Octal3310036720651131755122
Binary1101110000001111011101001101011001011111110110100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B401E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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