#265520

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

Shades of Myrtle #265520

Tints of Myrtle #265520

Color information

#265520 (or 0x265520) is unknown color: approx Myrtle. HEX triplet: 26, 55 and 20. RGB value is (38,85,32). Sum of RGB (Red+Green+Blue) = 38+85+32=155 (20% of max value = 765). Red value is 38 (15.23% from 255 or 24.52% from 155); Green value is 85 (33.59% from 255 or 54.84% from 155); Blue value is 32 (12.89% from 255 or 20.65% from 155); Max value from RGB is 85 - color contains mainly: green. Hex color #265520 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #265520 is #D9AADF. Grayscale: #414141. Windows color (decimal): -14265056 or 2118950. OLE color: 2118950.

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

Color convert

RGB388532-
CMYK0.5500.620.67
HSL113.21º45.3%22.94%-
HSV(B)113.21º62.35%33.33%-
XYZ4.317.012.49-
YUV64.9109.43108.81-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 24.52%
GREEN value IS 85 (33.59% from 255) = 54.84%
BLUE value IS 32 (12.89% from 255) = 20.65%
R=24.52%
G=54.84%
B=20.65%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3885320.5500.620.67113.2145.322.94
Hex2655203703E43712d17
Octal4612540670761031615527
Binary100110101010110000011011101111101000011111000110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #265520

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #265520; }

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

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

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

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

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

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

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

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