#1B4612

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

Shades of Myrtle #1B4612

Tints of Myrtle #1B4612

Color information

#1B4612 (or 0x1B4612) is unknown color: approx Myrtle. HEX triplet: 1B, 46 and 12. RGB value is (27,70,18). Sum of RGB (Red+Green+Blue) = 27+70+18=115 (15% of max value = 765). Red value is 27 (10.94% from 255 or 23.48% from 115); Green value is 70 (27.73% from 255 or 60.87% from 115); Blue value is 18 (7.42% from 255 or 15.65% from 115); Max value from RGB is 70 - color contains mainly: green. Hex color #1B4612 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1B4612 is #E4B9ED. Grayscale: #333333. Windows color (decimal): -14989806 or 1197595. OLE color: 1197595.

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

Color convert

RGB277018-
CMYK0.6100.740.73
HSL109.62º59.09%17.25%-
HSV(B)109.62º74.29%27.45%-
XYZ2.754.661.33-
YUV51.22109.25110.73-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 23.48%
GREEN value IS 70 (27.73% from 255) = 60.87%
BLUE value IS 18 (7.42% from 255) = 15.65%
R=23.48%
G=60.87%
B=15.65%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal2770180.6100.740.73109.6259.0917.25
Hex1B46123D04A496e3b11
Octal33106227501121111567321
Binary11011100011010010111101010010101001001110111011101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B4612

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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