#25701C

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

Shades of San Felix #25701C

Tints of San Felix #25701C

Color information

#25701C (or 0x25701C) is unknown color: approx San Felix. HEX triplet: 25, 70 and 1C. RGB value is (37,112,28). Sum of RGB (Red+Green+Blue) = 37+112+28=177 (23% of max value = 765). Red value is 37 (14.84% from 255 or 20.90% from 177); Green value is 112 (44.14% from 255 or 63.28% from 177); Blue value is 28 (11.33% from 255 or 15.82% from 177); Max value from RGB is 112 - color contains mainly: green. Hex color #25701C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #25701C is #DA8FE3. Grayscale: #505050. Windows color (decimal): -14323684 or 1863717. OLE color: 1863717.

HSL color Cylindrical-coordinate representation of color #25701C: hue angle of 113.57º degrees, saturation: 0.6, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #25701C is Cyan = 0.67, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.56.

Color convert

RGB3711228-
CMYK0.6700.750.56
HSL113.57º60%27.45%-
HSV(B)113.57º75%43.92%-
XYZ6.7712.073.07-
YUV8098.6597.33-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 20.90%
GREEN value IS 112 (44.14% from 255) = 63.28%
BLUE value IS 28 (11.33% from 255) = 15.82%
R=20.90%
G=63.28%
B=15.82%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal37112280.6700.750.56113.576027.45
Hex25701C4304B38723c1b
Octal45160341030113701627433
Binary100101111000011100100001101001011111000111001011110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25701C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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