#266823

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

Shades of San Felix #266823

Tints of San Felix #266823

Color information

#266823 (or 0x266823) is unknown color: approx San Felix. HEX triplet: 26, 68 and 23. RGB value is (38,104,35). Sum of RGB (Red+Green+Blue) = 38+104+35=177 (23% of max value = 765). Red value is 38 (15.23% from 255 or 21.47% from 177); Green value is 104 (41.02% from 255 or 58.76% from 177); Blue value is 35 (14.06% from 255 or 19.77% from 177); Max value from RGB is 104 - color contains mainly: green. Hex color #266823 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #266823 is #D997DC. Grayscale: #4C4C4C. Windows color (decimal): -14260189 or 2320422. OLE color: 2320422.

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

Color convert

RGB3810435-
CMYK0.6300.660.59
HSL117.39º49.64%27.25%-
HSV(B)117.39º66.35%40.78%-
XYZ6.0510.433.29-
YUV76.4104.63100.61-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 21.47%
GREEN value IS 104 (41.02% from 255) = 58.76%
BLUE value IS 35 (14.06% from 255) = 19.77%
R=21.47%
G=58.76%
B=19.77%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal38104350.6300.660.59117.3949.6427.25
Hex2668233F0423B75321b
Octal4615043770102731656233
Binary100110110100010001111111101000010111011111010111001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #266823

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #266823; }

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

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

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

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

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

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

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

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