#26601F

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

Shades of San Felix #26601F

Tints of San Felix #26601F

Color information

#26601F (or 0x26601F) is unknown color: approx San Felix. HEX triplet: 26, 60 and 1F. RGB value is (38,96,31). Sum of RGB (Red+Green+Blue) = 38+96+31=165 (21% of max value = 765). Red value is 38 (15.23% from 255 or 23.03% from 165); Green value is 96 (37.89% from 255 or 58.18% from 165); Blue value is 31 (12.5% from 255 or 18.79% from 165); Max value from RGB is 96 - color contains mainly: green. Hex color #26601F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #26601F is #D99FE0. Grayscale: #474747. Windows color (decimal): -14262241 or 2056230. OLE color: 2056230.

HSL color Cylindrical-coordinate representation of color #26601F: hue angle of 113.54º degrees, saturation: 0.51, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #26601F is Cyan = 0.60, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.62.

Color convert

RGB389631-
CMYK0.6000.680.62
HSL113.54º51.18%24.9%-
HSV(B)113.54º67.71%37.65%-
XYZ5.238.882.73-
YUV71.25105.28104.29-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 23.03%
GREEN value IS 96 (37.89% from 255) = 58.18%
BLUE value IS 31 (12.5% from 255) = 18.79%
R=23.03%
G=58.18%
B=18.79%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3896310.6000.680.62113.5451.1824.9
Hex26601F3C0443E723319
Octal4614037740104761626331
Binary10011011000001111111110001000100111110111001011001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26601F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(38,96,31); }

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

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

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

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

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

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

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