#266631

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

Shades of San Felix #266631

Tints of San Felix #266631

Color information

#266631 (or 0x266631) is unknown color: approx San Felix. HEX triplet: 26, 66 and 31. RGB value is (38,102,49). Sum of RGB (Red+Green+Blue) = 38+102+49=189 (25% of max value = 765). Red value is 38 (15.23% from 255 or 20.11% from 189); Green value is 102 (40.23% from 255 or 53.97% from 189); Blue value is 49 (19.53% from 255 or 25.93% from 189); Max value from RGB is 102 - color contains mainly: green. Hex color #266631 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #266631 is #D999CE. Grayscale: #4C4C4C. Windows color (decimal): -14260687 or 3237414. OLE color: 3237414.

HSL color Cylindrical-coordinate representation of color #266631: hue angle of 130.31º degrees, saturation: 0.46, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #266631 is Cyan = 0.63, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.6.

Color convert

RGB3810249-
CMYK0.6300.520.6
HSL130.31º45.71%27.45%-
HSV(B)130.31º62.75%40%-
XYZ6.1110.144.54-
YUV76.82112.3100.31-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 20.11%
GREEN value IS 102 (40.23% from 255) = 53.97%
BLUE value IS 49 (19.53% from 255) = 25.93%
R=20.11%
G=53.97%
B=25.93%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal38102490.6300.520.6130.3145.7127.45
Hex2666313F0343C822e1b
Octal461466177064742025633
Binary100110110011011000111111101101001111001000001010111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #266631

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #266631; }

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

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

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

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

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

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

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

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