#1B460F

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

Shades of Myrtle #1B460F

Tints of Myrtle #1B460F

Color information

#1B460F (or 0x1B460F) is unknown color: approx Myrtle. HEX triplet: 1B, 46 and 0F. RGB value is (27,70,15). Sum of RGB (Red+Green+Blue) = 27+70+15=112 (14% of max value = 765). Red value is 27 (10.94% from 255 or 24.11% from 112); Green value is 70 (27.73% from 255 or 62.5% from 112); Blue value is 15 (6.25% from 255 or 13.39% from 112); Max value from RGB is 70 - color contains mainly: green. Hex color #1B460F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1B460F is #E4B9F0. Grayscale: #333333. Windows color (decimal): -14989809 or 1000987. OLE color: 1000987.

HSL color Cylindrical-coordinate representation of color #1B460F: hue angle of 106.91º degrees, saturation: 0.65, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1B460F is Cyan = 0.61, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.73.

Color convert

RGB277015-
CMYK0.6100.790.73
HSL106.91º64.71%16.67%-
HSV(B)106.91º78.57%27.45%-
XYZ2.734.651.21-
YUV50.87107.75110.97-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 24.11%
GREEN value IS 70 (27.73% from 255) = 62.5%
BLUE value IS 15 (6.25% from 255) = 13.39%
R=24.11%
G=62.5%
B=13.39%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal2770150.6100.790.73106.9164.7116.67
Hex1B46F3D04F496b4111
Octal331061775011711115310121
Binary11011100011011111111010100111110010011101011100000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B460F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,70,15); }

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

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

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

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

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

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

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