#1A3710

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

Shades of Myrtle #1A3710

Tints of Myrtle #1A3710

Color information

#1A3710 (or 0x1A3710) is unknown color: approx Myrtle. HEX triplet: 1A, 37 and 10. RGB value is (26,55,16). Sum of RGB (Red+Green+Blue) = 26+55+16=97 (12% of max value = 765). Red value is 26 (10.55% from 255 or 26.80% from 97); Green value is 55 (21.88% from 255 or 56.70% from 97); Blue value is 16 (6.64% from 255 or 16.49% from 97); Max value from RGB is 55 - color contains mainly: green. Hex color #1A3710 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1A3710 is #E5C8EF. Grayscale: #2A2A2A. Windows color (decimal): -15059184 or 1062682. OLE color: 1062682.

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

Color convert

RGB265516-
CMYK0.5300.710.78
HSL104.62º54.93%13.92%-
HSV(B)104.62º70.91%21.57%-
XYZ1.892.990.97-
YUV41.88113.39116.67-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 26.80%
GREEN value IS 55 (21.88% from 255) = 56.70%
BLUE value IS 16 (6.64% from 255) = 16.49%
R=26.80%
G=56.70%
B=16.49%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal2655160.5300.710.78104.6254.9313.92
Hex1A3710350474E6937e
Octal3267206501071161516716
Binary110101101111000011010101000111100111011010011101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A3710

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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