#25661B

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

Shades of San Felix #25661B

Tints of San Felix #25661B

Color information

#25661B (or 0x25661B) is unknown color: approx San Felix. HEX triplet: 25, 66 and 1B. RGB value is (37,102,27). Sum of RGB (Red+Green+Blue) = 37+102+27=166 (21% of max value = 765). Red value is 37 (14.84% from 255 or 22.29% from 166); Green value is 102 (40.23% from 255 or 61.45% from 166); Blue value is 27 (10.94% from 255 or 16.27% from 166); Max value from RGB is 102 - color contains mainly: green. Hex color #25661B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #25661B is #DA99E4. Grayscale: #4A4A4A. Windows color (decimal): -14326245 or 1795621. OLE color: 1795621.

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

Color convert

RGB3710227-
CMYK0.6400.740.6
HSL112º58.14%25.29%-
HSV(B)112º73.53%40%-
XYZ5.719.982.66-
YUV74.02101.47101.6-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 22.29%
GREEN value IS 102 (40.23% from 255) = 61.45%
BLUE value IS 27 (10.94% from 255) = 16.27%
R=22.29%
G=61.45%
B=16.27%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal37102270.6400.740.611258.1425.29
Hex25661B4004A3C703a19
Octal45146331000112741607231
Binary100101110011011011100000001001010111100111000011101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25661B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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