#265A20

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

Shades of Myrtle #265A20

Tints of Myrtle #265A20

Color information

#265A20 (or 0x265A20) is unknown color: approx Myrtle. HEX triplet: 26, 5A and 20. RGB value is (38,90,32). Sum of RGB (Red+Green+Blue) = 38+90+32=160 (21% of max value = 765). Red value is 38 (15.23% from 255 or 23.75% from 160); Green value is 90 (35.55% from 255 or 56.25% from 160); Blue value is 32 (12.89% from 255 or 20% from 160); Max value from RGB is 90 - color contains mainly: green. Hex color #265A20 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #265A20 is #D9A5DF. Grayscale: #444444. Windows color (decimal): -14263776 or 2120230. OLE color: 2120230.

HSL color Cylindrical-coordinate representation of color #265A20: hue angle of 113.79º degrees, saturation: 0.48, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #265A20 is Cyan = 0.58, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.65.

Color convert

RGB389032-
CMYK0.5800.640.65
HSL113.79º47.54%23.92%-
HSV(B)113.79º64.44%35.29%-
XYZ4.727.832.63-
YUV67.84107.77106.72-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 23.75%
GREEN value IS 90 (35.55% from 255) = 56.25%
BLUE value IS 32 (12.89% from 255) = 20%
R=23.75%
G=56.25%
B=20%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3890320.5800.640.65113.7947.5423.92
Hex265A203A04041723018
Octal46132407201001011626030
Binary1001101011010100000111010010000001000001111001011000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #265A20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #265A20; }

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

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

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

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

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

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

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

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