#26711C

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

Shades of San Felix #26711C

Tints of San Felix #26711C

Color information

#26711C (or 0x26711C) is unknown color: approx San Felix. HEX triplet: 26, 71 and 1C. RGB value is (38,113,28). Sum of RGB (Red+Green+Blue) = 38+113+28=179 (23% of max value = 765). Red value is 38 (15.23% from 255 or 21.23% from 179); Green value is 113 (44.53% from 255 or 63.13% from 179); Blue value is 28 (11.33% from 255 or 15.64% from 179); Max value from RGB is 113 - color contains mainly: green. Hex color #26711C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #26711C is #D98EE3. Grayscale: #515151. Windows color (decimal): -14257892 or 1863974. OLE color: 1863974.

HSL color Cylindrical-coordinate representation of color #26711C: hue angle of 112.94º degrees, saturation: 0.6, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #26711C is Cyan = 0.66, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.56.

Color convert

RGB3811328-
CMYK0.6600.750.56
HSL112.94º60.28%27.65%-
HSV(B)112.94º75.22%44.31%-
XYZ6.9112.313.11-
YUV80.8898.1597.41-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 21.23%
GREEN value IS 113 (44.53% from 255) = 63.13%
BLUE value IS 28 (11.33% from 255) = 15.64%
R=21.23%
G=63.13%
B=15.64%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal38113280.6600.750.56112.9460.2827.65
Hex26711C4204B38713c1c
Octal46161341020113701617434
Binary100110111000111100100001001001011111000111000111110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26711C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(38,113,28); }

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

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

 a { background-color: rgb(38,113,28); }

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

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

 span { border-color: rgb(38,113,28); }

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