#1B610D

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

Shades of Myrtle #1B610D

Tints of Myrtle #1B610D

Color information

#1B610D (or 0x1B610D) is unknown color: approx Myrtle. HEX triplet: 1B, 61 and 0D. RGB value is (27,97,13). Sum of RGB (Red+Green+Blue) = 27+97+13=137 (18% of max value = 765). Red value is 27 (10.94% from 255 or 19.71% from 137); Green value is 97 (38.28% from 255 or 70.80% from 137); Blue value is 13 (5.47% from 255 or 9.49% from 137); Max value from RGB is 97 - color contains mainly: green. Hex color #1B610D is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1B610D is #E49EF2. Grayscale: #424242. Windows color (decimal): -14982899 or 876827. OLE color: 876827.

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

Color convert

RGB279713-
CMYK0.7200.870.62
HSL110º76.36%21.57%-
HSV(B)110º86.6%38.04%-
XYZ4.88.811.83-
YUV66.4997.8199.83-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 19.71%
GREEN value IS 97 (38.28% from 255) = 70.80%
BLUE value IS 13 (5.47% from 255) = 9.49%
R=19.71%
G=70.80%
B=9.49%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2797130.7200.870.6211076.3621.57
Hex1B61D480573E6e4c16
Octal331411511001277615611426
Binary11011110000111011001000010101111111101101110100110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B610D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,97,13); }

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

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

 a { background-color: rgb(27,97,13); }

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

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

 span { border-color: rgb(27,97,13); }

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