#1B521A

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

Shades of Myrtle #1B521A

Tints of Myrtle #1B521A

Color information

#1B521A (or 0x1B521A) is unknown color: approx Myrtle. HEX triplet: 1B, 52 and 1A. RGB value is (27,82,26). Sum of RGB (Red+Green+Blue) = 27+82+26=135 (17% of max value = 765). Red value is 27 (10.94% from 255 or 20% from 135); Green value is 82 (32.42% from 255 or 60.74% from 135); Blue value is 26 (10.55% from 255 or 19.26% from 135); Max value from RGB is 82 - color contains mainly: green. Hex color #1B521A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1B521A is #E4ADE5. Grayscale: #3B3B3B. Windows color (decimal): -14986726 or 1724955. OLE color: 1724955.

HSL color Cylindrical-coordinate representation of color #1B521A: hue angle of 118.93º degrees, saturation: 0.52, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #1B521A is Cyan = 0.67, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.68.

Color convert

RGB278226-
CMYK0.6700.680.68
HSL118.93º51.85%21.18%-
HSV(B)118.93º68.29%32.16%-
XYZ3.666.342.01-
YUV59.17109.28105.05-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 20%
GREEN value IS 82 (32.42% from 255) = 60.74%
BLUE value IS 26 (10.55% from 255) = 19.26%
R=20%
G=60.74%
B=19.26%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal2782260.6700.680.68118.9351.8521.18
Hex1B521A4304444773415
Octal331223210301041041676425
Binary110111010010110101000011010001001000100111011111010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B521A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,82,26); }

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

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

 a { background-color: rgb(27,82,26); }

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

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

 span { border-color: rgb(27,82,26); }

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