#1B401F

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

Shades of Myrtle #1B401F

Tints of Myrtle #1B401F

Color information

#1B401F (or 0x1B401F) is unknown color: approx Myrtle. HEX triplet: 1B, 40 and 1F. RGB value is (27,64,31). Sum of RGB (Red+Green+Blue) = 27+64+31=122 (16% of max value = 765). Red value is 27 (10.94% from 255 or 22.13% from 122); Green value is 64 (25.39% from 255 or 52.46% from 122); Blue value is 31 (12.5% from 255 or 25.41% from 122); Max value from RGB is 64 - color contains mainly: green. Hex color #1B401F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1B401F is #E4BFE0. Grayscale: #313131. Windows color (decimal): -14991329 or 2048027. OLE color: 2048027.

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

Color convert

RGB276431-
CMYK0.5800.520.75
HSL126.49º40.66%17.84%-
HSV(B)126.49º57.81%25.1%-
XYZ2.5341.93-
YUV49.18117.74112.18-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 22.13%
GREEN value IS 64 (25.39% from 255) = 52.46%
BLUE value IS 31 (12.5% from 255) = 25.41%
R=22.13%
G=52.46%
B=25.41%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal2764310.5800.520.75126.4940.6617.84
Hex1B401F3A0344B7e2912
Octal3310037720641131765122
Binary1101110000001111111101001101001001011111111010100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B401F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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