#1B6215

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

Shades of Myrtle #1B6215

Tints of Myrtle #1B6215

Color information

#1B6215 (or 0x1B6215) is unknown color: approx Myrtle. HEX triplet: 1B, 62 and 15. RGB value is (27,98,21). Sum of RGB (Red+Green+Blue) = 27+98+21=146 (19% of max value = 765). Red value is 27 (10.94% from 255 or 18.49% from 146); Green value is 98 (38.67% from 255 or 67.12% from 146); Blue value is 21 (8.59% from 255 or 14.38% from 146); Max value from RGB is 98 - color contains mainly: green. Hex color #1B6215 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1B6215 is #E49DEA. Grayscale: #444444. Windows color (decimal): -14982635 or 1401371. OLE color: 1401371.

HSL color Cylindrical-coordinate representation of color #1B6215: hue angle of 115.32º degrees, saturation: 0.65, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1B6215 is Cyan = 0.72, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.62.

Color convert

RGB279821-
CMYK0.7200.790.62
HSL115.32º64.71%23.33%-
HSV(B)115.32º78.57%38.43%-
XYZ4.969.022.19-
YUV67.99101.4898.76-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 18.49%
GREEN value IS 98 (38.67% from 255) = 67.12%
BLUE value IS 21 (8.59% from 255) = 14.38%
R=18.49%
G=67.12%
B=14.38%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2798210.7200.790.62115.3264.7123.33
Hex1B62154804F3E734117
Octal331422511001177616310127
Binary110111100010101011001000010011111111101110011100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B6215

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,98,21); }

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

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

 a { background-color: rgb(27,98,21); }

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

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

 span { border-color: rgb(27,98,21); }

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