#1B530B

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

Shades of Myrtle #1B530B

Tints of Myrtle #1B530B

Color information

#1B530B (or 0x1B530B) is unknown color: approx Myrtle. HEX triplet: 1B, 53 and 0B. RGB value is (27,83,11). Sum of RGB (Red+Green+Blue) = 27+83+11=121 (16% of max value = 765). Red value is 27 (10.94% from 255 or 22.31% from 121); Green value is 83 (32.81% from 255 or 68.60% from 121); Blue value is 11 (4.69% from 255 or 9.09% from 121); Max value from RGB is 83 - color contains mainly: green. Hex color #1B530B is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1B530B is #E4ACF4. Grayscale: #3A3A3A. Windows color (decimal): -14986485 or 742171. OLE color: 742171.

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

Color convert

RGB278311-
CMYK0.6700.870.67
HSL106.67º76.6%18.43%-
HSV(B)106.67º86.75%32.55%-
XYZ3.616.441.37-
YUV58.05101.45105.85-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 22.31%
GREEN value IS 83 (32.81% from 255) = 68.60%
BLUE value IS 11 (4.69% from 255) = 9.09%
R=22.31%
G=68.60%
B=9.09%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2783110.6700.870.67106.6776.618.43
Hex1B53B43057436b4d12
Octal3312313103012710315311522
Binary110111010011101110000110101011110000111101011100110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B530B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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