#1B471A

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

Shades of Myrtle #1B471A

Tints of Myrtle #1B471A

Color information

#1B471A (or 0x1B471A) is unknown color: approx Myrtle. HEX triplet: 1B, 47 and 1A. RGB value is (27,71,26). Sum of RGB (Red+Green+Blue) = 27+71+26=124 (16% of max value = 765). Red value is 27 (10.94% from 255 or 21.77% from 124); Green value is 71 (28.12% from 255 or 57.26% from 124); Blue value is 26 (10.55% from 255 or 20.97% from 124); Max value from RGB is 71 - color contains mainly: green. Hex color #1B471A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1B471A is #E4B8E5. Grayscale: #343434. Windows color (decimal): -14989542 or 1722139. OLE color: 1722139.

HSL color Cylindrical-coordinate representation of color #1B471A: hue angle of 118.67º degrees, saturation: 0.46, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #1B471A is Cyan = 0.62, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.72.

Color convert

RGB277126-
CMYK0.6200.630.72
HSL118.67º46.39%19.02%-
HSV(B)118.67º63.38%27.84%-
XYZ2.894.811.75-
YUV52.71112.92109.66-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 21.77%
GREEN value IS 71 (28.12% from 255) = 57.26%
BLUE value IS 26 (10.55% from 255) = 20.97%
R=21.77%
G=57.26%
B=20.97%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal2771260.6200.630.72118.6746.3919.02
Hex1B471A3E03F48772e13
Octal3310732760771101675623
Binary1101110001111101011111001111111001000111011110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B471A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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