#26461B

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

Shades of Myrtle #26461B

Tints of Myrtle #26461B

Color information

#26461B (or 0x26461B) is unknown color: approx Myrtle. HEX triplet: 26, 46 and 1B. RGB value is (38,70,27). Sum of RGB (Red+Green+Blue) = 38+70+27=135 (17% of max value = 765). Red value is 38 (15.23% from 255 or 28.15% from 135); Green value is 70 (27.73% from 255 or 51.85% from 135); Blue value is 27 (10.94% from 255 or 20% from 135); Max value from RGB is 70 - color contains mainly: green. Hex color #26461B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #26461B is #D9B9E4. Grayscale: #373737. Windows color (decimal): -14268901 or 1787430. OLE color: 1787430.

HSL color Cylindrical-coordinate representation of color #26461B: hue angle of 104.65º degrees, saturation: 0.44, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #26461B is Cyan = 0.46, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.73.

Color convert

RGB387027-
CMYK0.4600.610.73
HSL104.65º44.33%19.02%-
HSV(B)104.65º61.43%27.45%-
XYZ3.194.871.81-
YUV55.53111.9115.5-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 28.15%
GREEN value IS 70 (27.73% from 255) = 51.85%
BLUE value IS 27 (10.94% from 255) = 20%
R=28.15%
G=51.85%
B=20%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal3870270.4600.610.73104.6544.3319.02
Hex26461B2E03D49692c13
Octal4610633560751111515423
Binary10011010001101101110111001111011001001110100110110010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26461B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #26461B; }

 p { color: rgb(38,70,27); }

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

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

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

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

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

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

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