#1A381D

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

Shades of Myrtle #1A381D

Tints of Myrtle #1A381D

Color information

#1A381D (or 0x1A381D) is unknown color: approx Myrtle. HEX triplet: 1A, 38 and 1D. RGB value is (26,56,29). Sum of RGB (Red+Green+Blue) = 26+56+29=111 (14% of max value = 765). Red value is 26 (10.55% from 255 or 23.42% from 111); Green value is 56 (22.27% from 255 or 50.45% from 111); Blue value is 29 (11.72% from 255 or 26.13% from 111); Max value from RGB is 56 - color contains mainly: green. Hex color #1A381D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1A381D is #E5C7E2. Grayscale: #2C2C2C. Windows color (decimal): -15058915 or 1914906. OLE color: 1914906.

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

Color convert

RGB265629-
CMYK0.5400.480.78
HSL126º36.59%16.08%-
HSV(B)126º53.57%21.96%-
XYZ2.063.141.66-
YUV43.95119.56115.2-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 23.42%
GREEN value IS 56 (22.27% from 255) = 50.45%
BLUE value IS 29 (11.72% from 255) = 26.13%
R=23.42%
G=50.45%
B=26.13%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal2656290.5400.480.7812636.5916.08
Hex1A381D360304E7e2510
Octal327035660601161764520
Binary110101110001110111011001100001001110111111010010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A381D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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