#1A370C

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

Shades of Myrtle #1A370C

Tints of Myrtle #1A370C

Color information

#1A370C (or 0x1A370C) is unknown color: approx Myrtle. HEX triplet: 1A, 37 and 0C. RGB value is (26,55,12). Sum of RGB (Red+Green+Blue) = 26+55+12=93 (12% of max value = 765). Red value is 26 (10.55% from 255 or 27.96% from 93); Green value is 55 (21.88% from 255 or 59.14% from 93); Blue value is 12 (5.08% from 255 or 12.90% from 93); Max value from RGB is 55 - color contains mainly: green. Hex color #1A370C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1A370C is #E5C8F3. Grayscale: #292929. Windows color (decimal): -15059188 or 800538. OLE color: 800538.

HSL color Cylindrical-coordinate representation of color #1A370C: hue angle of 100.47º degrees, saturation: 0.64, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #1A370C is Cyan = 0.53, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.78.

Color convert

RGB265512-
CMYK0.5300.780.78
HSL100.47º64.18%13.14%-
HSV(B)100.47º78.18%21.57%-
XYZ1.862.980.82-
YUV41.43111.39117-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 27.96%
GREEN value IS 55 (21.88% from 255) = 59.14%
BLUE value IS 12 (5.08% from 255) = 12.90%
R=27.96%
G=59.14%
B=12.90%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal2655120.5300.780.78100.4764.1813.14
Hex1A37C3504E4E6440d
Octal32671465011611614410015
Binary110101101111100110101010011101001110110010010000001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A370C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,55,12); }

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

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

 a { background-color: rgb(26,55,12); }

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

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

 span { border-color: rgb(26,55,12); }

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