#1a380d

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

Shades of Myrtle #1A380D

Tints of Myrtle #1A380D

Color information

#1A380D (or 0x1A380D) is unknown color: approx Myrtle. HEX triplet: 1A, 38 and 0D. RGB value is (26,56,13). Sum of RGB (Red+Green+Blue) = 26+56+13=95 (12% of max value = 765). Red value is 26 (10.55% from 255 or 27.37% from 95); Green value is 56 (22.27% from 255 or 58.95% from 95); Blue value is 13 (5.47% from 255 or 13.68% from 95); Max value from RGB is 56 - color contains mainly: green. Hex color #1A380D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1A380D is #E5C7F2. Grayscale: #2A2A2A. Windows color (decimal): -15058931 or 866330. OLE color: 866330.

HSL color Cylindrical-coordinate representation of color #1A380D: hue angle of 101.86º degrees, saturation: 0.62, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1A380D is Cyan = 0.54, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.78.

Color convert

RGB265613-
CMYK0.5400.770.78
HSL101.86º62.32%13.53%-
HSV(B)101.86º76.79%21.96%-
XYZ1.913.080.87-
YUV42.13111.56116.5-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 27.37%
GREEN value IS 56 (22.27% from 255) = 58.95%
BLUE value IS 13 (5.47% from 255) = 13.68%
R=27.37%
G=58.95%
B=13.68%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal2656130.5400.770.78101.8662.3213.53
Hex1A38D3604D4E663ee
Octal3270156601151161467616
Binary11010111000110111011001001101100111011001101111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1a380d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,56,13); }

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

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

 a { background-color: rgb(26,56,13); }

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

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

 span { border-color: rgb(26,56,13); }

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