#265E22

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

Shades of San Felix #265E22

Tints of San Felix #265E22

Color information

#265E22 (or 0x265E22) is unknown color: approx San Felix. HEX triplet: 26, 5E and 22. RGB value is (38,94,34). Sum of RGB (Red+Green+Blue) = 38+94+34=166 (21% of max value = 765). Red value is 38 (15.23% from 255 or 22.89% from 166); Green value is 94 (37.11% from 255 or 56.63% from 166); Blue value is 34 (13.67% from 255 or 20.48% from 166); Max value from RGB is 94 - color contains mainly: green. Hex color #265E22 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #265E22 is #D9A1DD. Grayscale: #464646. Windows color (decimal): -14262750 or 2252326. OLE color: 2252326.

HSL color Cylindrical-coordinate representation of color #265E22: hue angle of 116º degrees, saturation: 0.47, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #265E22 is Cyan = 0.60, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.63.

Color convert

RGB389434-
CMYK0.6000.640.63
HSL116º46.88%25.1%-
HSV(B)116º63.83%36.86%-
XYZ5.098.532.89-
YUV70.42107.45104.88-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 22.89%
GREEN value IS 94 (37.11% from 255) = 56.63%
BLUE value IS 34 (13.67% from 255) = 20.48%
R=22.89%
G=56.63%
B=20.48%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal3894340.6000.640.6311646.8825.1
Hex265E223C0403F742f19
Octal4613642740100771645731
Binary100110101111010001011110001000000111111111010010111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #265E22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #265E22; }

 p { color: rgb(38,94,34); }

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

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

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

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

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

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

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