#1B4B1D

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

Shades of Myrtle #1B4B1D

Tints of Myrtle #1B4B1D

Color information

#1B4B1D (or 0x1B4B1D) is unknown color: approx Myrtle. HEX triplet: 1B, 4B and 1D. RGB value is (27,75,29). Sum of RGB (Red+Green+Blue) = 27+75+29=131 (17% of max value = 765). Red value is 27 (10.94% from 255 or 20.61% from 131); Green value is 75 (29.69% from 255 or 57.25% from 131); Blue value is 29 (11.72% from 255 or 22.14% from 131); Max value from RGB is 75 - color contains mainly: green. Hex color #1B4B1D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1B4B1D is #E4B4E2. Grayscale: #373737. Windows color (decimal): -14988515 or 1919771. OLE color: 1919771.

HSL color Cylindrical-coordinate representation of color #1B4B1D: hue angle of 122.5º degrees, saturation: 0.47, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #1B4B1D is Cyan = 0.64, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.71.

Color convert

RGB277529-
CMYK0.6400.610.71
HSL122.5º47.06%20%-
HSV(B)122.5º64%29.41%-
XYZ3.195.352.03-
YUV55.4113.1107.74-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 20.61%
GREEN value IS 75 (29.69% from 255) = 57.25%
BLUE value IS 29 (11.72% from 255) = 22.14%
R=20.61%
G=57.25%
B=22.14%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal2775290.6400.610.71122.547.0620
Hex1B4B1D4003D477a2f14
Octal33113351000751071725724
Binary11011100101111101100000001111011000111111101010111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B4B1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,75,29); }

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

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

 a { background-color: rgb(27,75,29); }

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

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

 span { border-color: rgb(27,75,29); }

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