#266026

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

Shades of San Felix #266026

Tints of San Felix #266026

Color information

#266026 (or 0x266026) is unknown color: approx San Felix. HEX triplet: 26, 60 and 26. RGB value is (38,96,38). Sum of RGB (Red+Green+Blue) = 38+96+38=172 (22% of max value = 765). Red value is 38 (15.23% from 255 or 22.09% from 172); Green value is 96 (37.89% from 255 or 55.81% from 172); Blue value is 38 (15.23% from 255 or 22.09% from 172); Max value from RGB is 96 - color contains mainly: green. Hex color #266026 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #266026 is #D99FD9. Grayscale: #484848. Windows color (decimal): -14262234 or 2514982. OLE color: 2514982.

HSL color Cylindrical-coordinate representation of color #266026: hue angle of 120º degrees, saturation: 0.43, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #266026 is Cyan = 0.60, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.62.

Color convert

RGB389638-
CMYK0.6000.600.62
HSL120º43.28%26.27%-
HSV(B)120º60.42%37.65%-
XYZ5.338.923.27-
YUV72.05108.78103.72-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 22.09%
GREEN value IS 96 (37.89% from 255) = 55.81%
BLUE value IS 38 (15.23% from 255) = 22.09%
R=22.09%
G=55.81%
B=22.09%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3896380.6000.600.6212043.2826.27
Hex2660263C03C3E782b1a
Octal461404674074761705332
Binary10011011000001001101111000111100111110111100010101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #266026

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #266026; }

 p { color: rgb(38,96,38); }

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

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

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

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

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

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

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