#25661C

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

Shades of San Felix #25661C

Tints of San Felix #25661C

Color information

#25661C (or 0x25661C) is unknown color: approx San Felix. HEX triplet: 25, 66 and 1C. RGB value is (37,102,28). Sum of RGB (Red+Green+Blue) = 37+102+28=167 (22% of max value = 765). Red value is 37 (14.84% from 255 or 22.16% from 167); Green value is 102 (40.23% from 255 or 61.08% from 167); Blue value is 28 (11.33% from 255 or 16.77% from 167); Max value from RGB is 102 - color contains mainly: green. Hex color #25661C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #25661C is #DA99E3. Grayscale: #4A4A4A. Windows color (decimal): -14326244 or 1861157. OLE color: 1861157.

HSL color Cylindrical-coordinate representation of color #25661C: hue angle of 112.7º degrees, saturation: 0.57, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #25661C is Cyan = 0.64, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.6.

Color convert

RGB3710228-
CMYK0.6400.730.6
HSL112.7º56.92%25.49%-
HSV(B)112.7º72.55%40%-
XYZ5.729.982.72-
YUV74.13101.97101.52-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 22.16%
GREEN value IS 102 (40.23% from 255) = 61.08%
BLUE value IS 28 (11.33% from 255) = 16.77%
R=22.16%
G=61.08%
B=16.77%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal37102280.6400.730.6112.756.9225.49
Hex25661C400493C713919
Octal45146341000111741617131
Binary100101110011011100100000001001001111100111000111100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25661C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #25661C; }

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

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

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

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

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

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

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

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