#25662E

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

Shades of San Felix #25662E

Tints of San Felix #25662E

Color information

#25662E (or 0x25662E) is unknown color: approx San Felix. HEX triplet: 25, 66 and 2E. RGB value is (37,102,46). Sum of RGB (Red+Green+Blue) = 37+102+46=185 (24% of max value = 765). Red value is 37 (14.84% from 255 or 20% from 185); Green value is 102 (40.23% from 255 or 55.14% from 185); Blue value is 46 (18.36% from 255 or 24.86% from 185); Max value from RGB is 102 - color contains mainly: green. Hex color #25662E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #25662E is #DA99D1. Grayscale: #4C4C4C. Windows color (decimal): -14326226 or 3040805. OLE color: 3040805.

HSL color Cylindrical-coordinate representation of color #25662E: hue angle of 128.31º degrees, saturation: 0.47, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #25662E is Cyan = 0.64, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.6.

Color convert

RGB3710246-
CMYK0.6400.550.6
HSL128.31º46.76%27.25%-
HSV(B)128.31º63.73%40%-
XYZ6.0110.094.22-
YUV76.18110.97100.05-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 20%
GREEN value IS 102 (40.23% from 255) = 55.14%
BLUE value IS 46 (18.36% from 255) = 24.86%
R=20%
G=55.14%
B=24.86%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal37102460.6400.550.6128.3146.7627.25
Hex25662E400373C802f1b
Octal4514656100067742005733
Binary1001011100110101110100000001101111111001000000010111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25662E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #25662E; }

 p { color: rgb(37,102,46); }

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

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

 a { background-color: rgb(37,102,46); }

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

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

 span { border-color: rgb(37,102,46); }

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