#1B530D

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

Shades of Myrtle #1B530D

Tints of Myrtle #1B530D

Color information

#1B530D (or 0x1B530D) is unknown color: approx Myrtle. HEX triplet: 1B, 53 and 0D. RGB value is (27,83,13). Sum of RGB (Red+Green+Blue) = 27+83+13=123 (16% of max value = 765). Red value is 27 (10.94% from 255 or 21.95% from 123); Green value is 83 (32.81% from 255 or 67.48% from 123); Blue value is 13 (5.47% from 255 or 10.57% from 123); Max value from RGB is 83 - color contains mainly: green. Hex color #1B530D is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1B530D is #E4ACF2. Grayscale: #3A3A3A. Windows color (decimal): -14986483 or 873243. OLE color: 873243.

HSL color Cylindrical-coordinate representation of color #1B530D: hue angle of 108º degrees, saturation: 0.73, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1B530D is Cyan = 0.67, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.67.

Color convert

RGB278313-
CMYK0.6700.840.67
HSL108º72.92%18.82%-
HSV(B)108º84.34%32.55%-
XYZ3.626.451.43-
YUV58.28102.45105.69-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 21.95%
GREEN value IS 83 (32.81% from 255) = 67.48%
BLUE value IS 13 (5.47% from 255) = 10.57%
R=21.95%
G=67.48%
B=10.57%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2783130.6700.840.6710872.9218.82
Hex1B53D43054436c4913
Octal3312315103012410315411123
Binary110111010011110110000110101010010000111101100100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B530D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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