#265220

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

Shades of Myrtle #265220

Tints of Myrtle #265220

Color information

#265220 (or 0x265220) is unknown color: approx Myrtle. HEX triplet: 26, 52 and 20. RGB value is (38,82,32). Sum of RGB (Red+Green+Blue) = 38+82+32=152 (20% of max value = 765). Red value is 38 (15.23% from 255 or 25% from 152); Green value is 82 (32.42% from 255 or 53.95% from 152); Blue value is 32 (12.89% from 255 or 21.05% from 152); Max value from RGB is 82 - color contains mainly: green. Hex color #265220 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #265220 is #D9ADDF. Grayscale: #3F3F3F. Windows color (decimal): -14265824 or 2118182. OLE color: 2118182.

HSL color Cylindrical-coordinate representation of color #265220: hue angle of 112.8º degrees, saturation: 0.44, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #265220 is Cyan = 0.54, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.68.

Color convert

RGB388232-
CMYK0.5400.610.68
HSL112.8º43.86%22.35%-
HSV(B)112.8º60.98%32.16%-
XYZ4.086.552.42-
YUV63.14110.42110.07-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 25%
GREEN value IS 82 (32.42% from 255) = 53.95%
BLUE value IS 32 (12.89% from 255) = 21.05%
R=25%
G=53.95%
B=21.05%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal3882320.5400.610.68112.843.8622.35
Hex2652203603D44712c16
Octal4612240660751041615426
Binary100110101001010000011011001111011000100111000110110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #265220

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #265220; }

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

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

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

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

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

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

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

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