#26682C

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

Shades of San Felix #26682C

Tints of San Felix #26682C

Color information

#26682C (or 0x26682C) is unknown color: approx San Felix. HEX triplet: 26, 68 and 2C. RGB value is (38,104,44). Sum of RGB (Red+Green+Blue) = 38+104+44=186 (24% of max value = 765). Red value is 38 (15.23% from 255 or 20.43% from 186); Green value is 104 (41.02% from 255 or 55.91% from 186); Blue value is 44 (17.58% from 255 or 23.66% from 186); Max value from RGB is 104 - color contains mainly: green. Hex color #26682C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #26682C is #D997D3. Grayscale: #4D4D4D. Windows color (decimal): -14260180 or 2910246. OLE color: 2910246.

HSL color Cylindrical-coordinate representation of color #26682C: hue angle of 125.45º degrees, saturation: 0.46, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #26682C is Cyan = 0.63, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.59.

Color convert

RGB3810444-
CMYK0.6300.580.59
HSL125.45º46.48%27.84%-
HSV(B)125.45º63.46%40.78%-
XYZ6.210.494.08-
YUV77.43109.1399.88-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 20.43%
GREEN value IS 104 (41.02% from 255) = 55.91%
BLUE value IS 44 (17.58% from 255) = 23.66%
R=20.43%
G=55.91%
B=23.66%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal38104440.6300.580.59125.4546.4827.84
Hex26682C3F03A3B7d2e1c
Octal461505477072731755634
Binary10011011010001011001111110111010111011111110110111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26682C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #26682C; }

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

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

<style>
 a { background-color: #26682C; }

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

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

<style>
 span { border-color: #26682C; }

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

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