#265A1E

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

Shades of Myrtle #265A1E

Tints of Myrtle #265A1E

Color information

#265A1E (or 0x265A1E) is unknown color: approx Myrtle. HEX triplet: 26, 5A and 1E. RGB value is (38,90,30). Sum of RGB (Red+Green+Blue) = 38+90+30=158 (20% of max value = 765). Red value is 38 (15.23% from 255 or 24.05% from 158); Green value is 90 (35.55% from 255 or 56.96% from 158); Blue value is 30 (12.11% from 255 or 18.99% from 158); Max value from RGB is 90 - color contains mainly: green. Hex color #265A1E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #265A1E is #D9A5E1. Grayscale: #434343. Windows color (decimal): -14263778 or 1989158. OLE color: 1989158.

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

Color convert

RGB389030-
CMYK0.5800.670.65
HSL112º50%23.53%-
HSV(B)112º66.67%35.29%-
XYZ4.697.822.49-
YUV67.61106.77106.88-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 24.05%
GREEN value IS 90 (35.55% from 255) = 56.96%
BLUE value IS 30 (12.11% from 255) = 18.99%
R=24.05%
G=56.96%
B=18.99%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3890300.5800.670.651125023.53
Hex265A1E3A04341703218
Octal46132367201031011606230
Binary100110101101011110111010010000111000001111000011001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #265A1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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