#26500F

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

Shades of Myrtle #26500F

Tints of Myrtle #26500F

Color information

#26500F (or 0x26500F) is unknown color: approx Myrtle. HEX triplet: 26, 50 and 0F. RGB value is (38,80,15). Sum of RGB (Red+Green+Blue) = 38+80+15=133 (17% of max value = 765). Red value is 38 (15.23% from 255 or 28.57% from 133); Green value is 80 (31.64% from 255 or 60.15% from 133); Blue value is 15 (6.25% from 255 or 11.28% from 133); Max value from RGB is 80 - color contains mainly: green. Hex color #26500F is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #26500F is #D9AFF0. Grayscale: #3C3C3C. Windows color (decimal): -14266353 or 1003558. OLE color: 1003558.

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

Color convert

RGB388015-
CMYK0.5200.810.69
HSL98.77º68.42%18.63%-
HSV(B)98.77º81.25%31.37%-
XYZ3.756.181.45-
YUV60.03102.59112.29-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 28.57%
GREEN value IS 80 (31.64% from 255) = 60.15%
BLUE value IS 15 (6.25% from 255) = 11.28%
R=28.57%
G=60.15%
B=11.28%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal3880150.5200.810.6998.7768.4218.63
Hex2650F3405145634413
Octal461201764012110514310423
Binary100110101000011111101000101000110001011100011100010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26500F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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