#1A5D06

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

Shades of Myrtle #1A5D06

Tints of Myrtle #1A5D06

Color information

#1A5D06 (or 0x1A5D06) is unknown color: approx Myrtle. HEX triplet: 1A, 5D and 06. RGB value is (26,93,6). Sum of RGB (Red+Green+Blue) = 26+93+6=125 (16% of max value = 765). Red value is 26 (10.55% from 255 or 20.8% from 125); Green value is 93 (36.72% from 255 or 74.4% from 125); Blue value is 6 (2.73% from 255 or 4.8% from 125); Max value from RGB is 93 - color contains mainly: green. Hex color #1A5D06 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1A5D06 is #E5A2F9. Grayscale: #3F3F3F. Windows color (decimal): -15049466 or 417050. OLE color: 417050.

HSL color Cylindrical-coordinate representation of color #1A5D06: hue angle of 106.21º degrees, saturation: 0.88, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #1A5D06 is Cyan = 0.72, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.64.

Color convert

RGB26936-
CMYK0.7200.940.64
HSL106.21º87.88%19.41%-
HSV(B)106.21º93.55%36.47%-
XYZ4.378.061.5-
YUV63.0595.8101.57-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 20.8%
GREEN value IS 93 (36.72% from 255) = 74.4%
BLUE value IS 6 (2.73% from 255) = 4.8%
R=20.8%
G=74.4%
B=4.8%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal269360.7200.940.64106.2187.8819.41
Hex1A5D64805E406a5813
Octal321356110013610015213023
Binary11010101110111010010000101111010000001101010101100010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A5D06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,93,6); }

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

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

 a { background-color: rgb(26,93,6); }

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

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

 span { border-color: rgb(26,93,6); }

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