#1B4010

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

Shades of Myrtle #1B4010

Tints of Myrtle #1B4010

Color information

#1B4010 (or 0x1B4010) is unknown color: approx Myrtle. HEX triplet: 1B, 40 and 10. RGB value is (27,64,16). Sum of RGB (Red+Green+Blue) = 27+64+16=107 (14% of max value = 765). Red value is 27 (10.94% from 255 or 25.23% from 107); Green value is 64 (25.39% from 255 or 59.81% from 107); Blue value is 16 (6.64% from 255 or 14.95% from 107); Max value from RGB is 64 - color contains mainly: green. Hex color #1B4010 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1B4010 is #E4BFEF. Grayscale: #2F2F2F. Windows color (decimal): -14991344 or 1064987. OLE color: 1064987.

HSL color Cylindrical-coordinate representation of color #1B4010: hue angle of 106.25º degrees, saturation: 0.6, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1B4010 is Cyan = 0.58, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.75.

Color convert

RGB276416-
CMYK0.5800.750.75
HSL106.25º60%15.69%-
HSV(B)106.25º75%25.1%-
XYZ2.383.941.12-
YUV47.46110.24113.4-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 25.23%
GREEN value IS 64 (25.39% from 255) = 59.81%
BLUE value IS 16 (6.64% from 255) = 14.95%
R=25.23%
G=59.81%
B=14.95%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal2764160.5800.750.75106.256015.69
Hex1B40103A04B4B6a3c10
Octal33100207201131131527420
Binary11011100000010000111010010010111001011110101011110010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B4010

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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