#26661D

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

Shades of San Felix #26661D

Tints of San Felix #26661D

Color information

#26661D (or 0x26661D) is unknown color: approx San Felix. HEX triplet: 26, 66 and 1D. RGB value is (38,102,29). Sum of RGB (Red+Green+Blue) = 38+102+29=169 (22% of max value = 765). Red value is 38 (15.23% from 255 or 22.49% from 169); Green value is 102 (40.23% from 255 or 60.36% from 169); Blue value is 29 (11.72% from 255 or 17.16% from 169); Max value from RGB is 102 - color contains mainly: green. Hex color #26661D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #26661D is #D999E2. Grayscale: #4A4A4A. Windows color (decimal): -14260707 or 1926694. OLE color: 1926694.

HSL color Cylindrical-coordinate representation of color #26661D: hue angle of 112.6º degrees, saturation: 0.56, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #26661D is Cyan = 0.63, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.6.

Color convert

RGB3810229-
CMYK0.6300.720.6
HSL112.6º55.73%25.69%-
HSV(B)112.6º71.57%40%-
XYZ5.77102.79-
YUV74.54102.3101.94-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 22.49%
GREEN value IS 102 (40.23% from 255) = 60.36%
BLUE value IS 29 (11.72% from 255) = 17.16%
R=22.49%
G=60.36%
B=17.16%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal38102290.6300.720.6112.655.7325.69
Hex26661D3F0483C71381a
Octal4614635770110741617032
Binary10011011001101110111111101001000111100111000111100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26661D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #26661D; }

 p { color: rgb(38,102,29); }

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

<style>
 a { background-color: #26661D; }

 a { background-color: rgb(38,102,29); }

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

<style>
 span { border-color: #26661D; }

 span { border-color: rgb(38,102,29); }

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