#26471A

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

Shades of Myrtle #26471A

Tints of Myrtle #26471A

Color information

#26471A (or 0x26471A) is unknown color: approx Myrtle. HEX triplet: 26, 47 and 1A. RGB value is (38,71,26). Sum of RGB (Red+Green+Blue) = 38+71+26=135 (17% of max value = 765). Red value is 38 (15.23% from 255 or 28.15% from 135); Green value is 71 (28.12% from 255 or 52.59% from 135); Blue value is 26 (10.55% from 255 or 19.26% from 135); Max value from RGB is 71 - color contains mainly: green. Hex color #26471A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #26471A is #D9B8E5. Grayscale: #383838. Windows color (decimal): -14268646 or 1722150. OLE color: 1722150.

HSL color Cylindrical-coordinate representation of color #26471A: hue angle of 104º degrees, saturation: 0.46, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #26471A is Cyan = 0.46, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.72.

Color convert

RGB387126-
CMYK0.4600.630.72
HSL104º46.39%19.02%-
HSV(B)104º63.38%27.84%-
XYZ3.244.991.77-
YUV56111.07115.16-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 28.15%
GREEN value IS 71 (28.12% from 255) = 52.59%
BLUE value IS 26 (10.55% from 255) = 19.26%
R=28.15%
G=52.59%
B=19.26%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal3871260.4600.630.7210446.3919.02
Hex26471A2E03F48682e13
Octal4610732560771101505623
Binary10011010001111101010111001111111001000110100010111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26471A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #26471A; }

 p { color: rgb(38,71,26); }

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

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

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

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

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

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

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