#265516

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

Shades of Myrtle #265516

Tints of Myrtle #265516

Color information

#265516 (or 0x265516) is unknown color: approx Myrtle. HEX triplet: 26, 55 and 16. RGB value is (38,85,22). Sum of RGB (Red+Green+Blue) = 38+85+22=145 (19% of max value = 765). Red value is 38 (15.23% from 255 or 26.21% from 145); Green value is 85 (33.59% from 255 or 58.62% from 145); Blue value is 22 (8.98% from 255 or 15.17% from 145); Max value from RGB is 85 - color contains mainly: green. Hex color #265516 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #265516 is #D9AAE9. Grayscale: #3F3F3F. Windows color (decimal): -14265066 or 1463590. OLE color: 1463590.

HSL color Cylindrical-coordinate representation of color #265516: hue angle of 104.76º degrees, saturation: 0.59, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #265516 is Cyan = 0.55, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.67.

Color convert

RGB388522-
CMYK0.5500.740.67
HSL104.76º58.88%20.98%-
HSV(B)104.76º74.12%33.33%-
XYZ4.196.971.88-
YUV63.76104.43109.62-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 26.21%
GREEN value IS 85 (33.59% from 255) = 58.62%
BLUE value IS 22 (8.98% from 255) = 15.17%
R=26.21%
G=58.62%
B=15.17%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3885220.5500.740.67104.7658.8820.98
Hex2655163704A43693b15
Octal46125266701121031517325
Binary100110101010110110110111010010101000011110100111101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #265516

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #265516; }

 p { color: rgb(38,85,22); }

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

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

 a { background-color: rgb(38,85,22); }

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

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

 span { border-color: rgb(38,85,22); }

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