#266815

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

Shades of San Felix #266815

Tints of San Felix #266815

Color information

#266815 (or 0x266815) is unknown color: approx San Felix. HEX triplet: 26, 68 and 15. RGB value is (38,104,21). Sum of RGB (Red+Green+Blue) = 38+104+21=163 (21% of max value = 765). Red value is 38 (15.23% from 255 or 23.31% from 163); Green value is 104 (41.02% from 255 or 63.80% from 163); Blue value is 21 (8.59% from 255 or 12.88% from 163); Max value from RGB is 104 - color contains mainly: green. Hex color #266815 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #266815 is #D997EA. Grayscale: #4B4B4B. Windows color (decimal): -14260203 or 1402918. OLE color: 1402918.

HSL color Cylindrical-coordinate representation of color #266815: hue angle of 107.71º degrees, saturation: 0.66, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #266815 is Cyan = 0.63, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.59.

Color convert

RGB3810421-
CMYK0.6300.800.59
HSL107.71º66.4%24.51%-
HSV(B)107.71º79.81%40.78%-
XYZ5.8910.372.4-
YUV74.897.63101.75-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 23.31%
GREEN value IS 104 (41.02% from 255) = 63.80%
BLUE value IS 21 (8.59% from 255) = 12.88%
R=23.31%
G=63.80%
B=12.88%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal38104210.6300.800.59107.7166.424.51
Hex2668153F0503B6c4219
Octal46150257701207315410231
Binary100110110100010101111111010100001110111101100100001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #266815

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #266815; }

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

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

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

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

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

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

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

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