#26520F

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

Shades of Myrtle #26520F

Tints of Myrtle #26520F

Color information

#26520F (or 0x26520F) is unknown color: approx Myrtle. HEX triplet: 26, 52 and 0F. RGB value is (38,82,15). Sum of RGB (Red+Green+Blue) = 38+82+15=135 (17% of max value = 765). Red value is 38 (15.23% from 255 or 28.15% from 135); Green value is 82 (32.42% from 255 or 60.74% from 135); Blue value is 15 (6.25% from 255 or 11.11% from 135); Max value from RGB is 82 - color contains mainly: green. Hex color #26520F is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #26520F is #D9ADF0. Grayscale: #3D3D3D. Windows color (decimal): -14265841 or 1004070. OLE color: 1004070.

HSL color Cylindrical-coordinate representation of color #26520F: hue angle of 99.4º degrees, saturation: 0.69, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #26520F is Cyan = 0.54, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.68.

Color convert

RGB388215-
CMYK0.5400.820.68
HSL99.4º69.07%19.02%-
HSV(B)99.4º81.71%32.16%-
XYZ3.96.481.5-
YUV61.21101.92111.45-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 28.15%
GREEN value IS 82 (32.42% from 255) = 60.74%
BLUE value IS 15 (6.25% from 255) = 11.11%
R=28.15%
G=60.74%
B=11.11%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal3882150.5400.820.6899.469.0719.02
Hex2652F3605244634513
Octal461221766012210414310523
Binary100110101001011111101100101001010001001100011100010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26520F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #26520F; }

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

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

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

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

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

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

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

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