#264526

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

Shades of Myrtle #264526

Tints of Myrtle #264526

Color information

#264526 (or 0x264526) is unknown color: approx Myrtle. HEX triplet: 26, 45 and 26. RGB value is (38,69,38). Sum of RGB (Red+Green+Blue) = 38+69+38=145 (19% of max value = 765). Red value is 38 (15.23% from 255 or 26.21% from 145); Green value is 69 (27.34% from 255 or 47.59% from 145); Blue value is 38 (15.23% from 255 or 26.21% from 145); Max value from RGB is 69 - color contains mainly: green. Hex color #264526 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #264526 is #D9BAD9. Grayscale: #383838. Windows color (decimal): -14269146 or 2508070. OLE color: 2508070.

HSL color Cylindrical-coordinate representation of color #264526: hue angle of 120º degrees, saturation: 0.29, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #264526 is Cyan = 0.45, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.73.

Color convert

RGB386938-
CMYK0.4500.450.73
HSL120º28.97%20.98%-
HSV(B)120º44.93%27.06%-
XYZ3.284.812.59-
YUV56.2117.73115.02-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 26.21%
GREEN value IS 69 (27.34% from 255) = 47.59%
BLUE value IS 38 (15.23% from 255) = 26.21%
R=26.21%
G=47.59%
B=26.21%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal3869380.4500.450.7312028.9720.98
Hex2645262D02D49781d15
Octal4610546550551111703525
Binary10011010001011001101011010101101100100111110001110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #264526

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #264526; }

 p { color: rgb(38,69,38); }

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

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

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

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

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

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

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