#26681F

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

Shades of San Felix #26681F

Tints of San Felix #26681F

Color information

#26681F (or 0x26681F) is unknown color: approx San Felix. HEX triplet: 26, 68 and 1F. RGB value is (38,104,31). Sum of RGB (Red+Green+Blue) = 38+104+31=173 (22% of max value = 765). Red value is 38 (15.23% from 255 or 21.97% from 173); Green value is 104 (41.02% from 255 or 60.12% from 173); Blue value is 31 (12.5% from 255 or 17.92% from 173); Max value from RGB is 104 - color contains mainly: green. Hex color #26681F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #26681F is #D997E0. Grayscale: #4C4C4C. Windows color (decimal): -14260193 or 2058278. OLE color: 2058278.

HSL color Cylindrical-coordinate representation of color #26681F: hue angle of 114.25º degrees, saturation: 0.54, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #26681F is Cyan = 0.63, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.59.

Color convert

RGB3810431-
CMYK0.6300.700.59
HSL114.25º54.07%26.47%-
HSV(B)114.25º70.19%40.78%-
XYZ610.412.99-
YUV75.94102.63100.94-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 21.97%
GREEN value IS 104 (41.02% from 255) = 60.12%
BLUE value IS 31 (12.5% from 255) = 17.92%
R=21.97%
G=60.12%
B=17.92%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal38104310.6300.700.59114.2554.0726.47
Hex26681F3F0463B72361a
Octal4615037770106731626632
Binary10011011010001111111111101000110111011111001011011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26681F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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