#1A4B1D

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

Shades of Myrtle #1A4B1D

Tints of Myrtle #1A4B1D

Color information

#1A4B1D (or 0x1A4B1D) is unknown color: approx Myrtle. HEX triplet: 1A, 4B and 1D. RGB value is (26,75,29). Sum of RGB (Red+Green+Blue) = 26+75+29=130 (17% of max value = 765). Red value is 26 (10.55% from 255 or 20% from 130); Green value is 75 (29.69% from 255 or 57.69% from 130); Blue value is 29 (11.72% from 255 or 22.31% from 130); Max value from RGB is 75 - color contains mainly: green. Hex color #1A4B1D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1A4B1D is #E5B4E2. Grayscale: #373737. Windows color (decimal): -15054051 or 1919770. OLE color: 1919770.

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

Color convert

RGB267529-
CMYK0.6500.610.71
HSL123.67º48.51%19.8%-
HSV(B)123.67º65.33%29.41%-
XYZ3.165.342.03-
YUV55.1113.27107.24-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 20%
GREEN value IS 75 (29.69% from 255) = 57.69%
BLUE value IS 29 (11.72% from 255) = 22.31%
R=20%
G=57.69%
B=22.31%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal2675290.6500.610.71123.6748.5119.8
Hex1A4B1D4103D477c3114
Octal32113351010751071746124
Binary11010100101111101100000101111011000111111110011000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A4B1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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