#1A6315

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

Shades of Myrtle #1A6315

Tints of Myrtle #1A6315

Color information

#1A6315 (or 0x1A6315) is unknown color: approx Myrtle. HEX triplet: 1A, 63 and 15. RGB value is (26,99,21). Sum of RGB (Red+Green+Blue) = 26+99+21=146 (19% of max value = 765). Red value is 26 (10.55% from 255 or 17.81% from 146); Green value is 99 (39.06% from 255 or 67.81% from 146); Blue value is 21 (8.59% from 255 or 14.38% from 146); Max value from RGB is 99 - color contains mainly: green. Hex color #1A6315 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1A6315 is #E59CEA. Grayscale: #444444. Windows color (decimal): -15047915 or 1401626. OLE color: 1401626.

HSL color Cylindrical-coordinate representation of color #1A6315: hue angle of 116.15º degrees, saturation: 0.65, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1A6315 is Cyan = 0.74, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.61.

Color convert

RGB269921-
CMYK0.7400.790.61
HSL116.15º65%23.53%-
HSV(B)116.15º78.79%38.82%-
XYZ5.029.22.22-
YUV68.28101.3297.84-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 17.81%
GREEN value IS 99 (39.06% from 255) = 67.81%
BLUE value IS 21 (8.59% from 255) = 14.38%
R=17.81%
G=67.81%
B=14.38%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal2699210.7400.790.61116.156523.53
Hex1A63154A04F3D744118
Octal321432511201177516410130
Binary110101100011101011001010010011111111011110100100000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A6315

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,99,21); }

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

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

 a { background-color: rgb(26,99,21); }

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

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

 span { border-color: rgb(26,99,21); }

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