#1B411F

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

Shades of Myrtle #1B411F

Tints of Myrtle #1B411F

Color information

#1B411F (or 0x1B411F) is unknown color: approx Myrtle. HEX triplet: 1B, 41 and 1F. RGB value is (27,65,31). Sum of RGB (Red+Green+Blue) = 27+65+31=123 (16% of max value = 765). Red value is 27 (10.94% from 255 or 21.95% from 123); Green value is 65 (25.78% from 255 or 52.85% from 123); Blue value is 31 (12.5% from 255 or 25.20% from 123); Max value from RGB is 65 - color contains mainly: green. Hex color #1B411F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1B411F is #E4BEE0. Grayscale: #313131. Windows color (decimal): -14991073 or 2048283. OLE color: 2048283.

HSL color Cylindrical-coordinate representation of color #1B411F: hue angle of 126.32º degrees, saturation: 0.41, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #1B411F is Cyan = 0.58, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.75.

Color convert

RGB276531-
CMYK0.5800.520.75
HSL126.32º41.3%18.04%-
HSV(B)126.32º58.46%25.49%-
XYZ2.594.111.95-
YUV49.76117.41111.76-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 21.95%
GREEN value IS 65 (25.78% from 255) = 52.85%
BLUE value IS 31 (12.5% from 255) = 25.20%
R=21.95%
G=52.85%
B=25.20%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal2765310.5800.520.75126.3241.318.04
Hex1B411F3A0344B7e2912
Octal3310137720641131765122
Binary1101110000011111111101001101001001011111111010100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B411F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,65,31); }

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

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

 a { background-color: rgb(27,65,31); }

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

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

 span { border-color: rgb(27,65,31); }

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