#25671C

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

Shades of San Felix #25671C

Tints of San Felix #25671C

Color information

#25671C (or 0x25671C) is unknown color: approx San Felix. HEX triplet: 25, 67 and 1C. RGB value is (37,103,28). Sum of RGB (Red+Green+Blue) = 37+103+28=168 (22% of max value = 765). Red value is 37 (14.84% from 255 or 22.02% from 168); Green value is 103 (40.62% from 255 or 61.31% from 168); Blue value is 28 (11.33% from 255 or 16.67% from 168); Max value from RGB is 103 - color contains mainly: green. Hex color #25671C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #25671C is #DA98E3. Grayscale: #4A4A4A. Windows color (decimal): -14325988 or 1861413. OLE color: 1861413.

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

Color convert

RGB3710328-
CMYK0.6400.730.60
HSL112.8º57.25%25.69%-
HSV(B)112.8º72.82%40.39%-
XYZ5.8210.182.76-
YUV74.72101.63101.1-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 22.02%
GREEN value IS 103 (40.62% from 255) = 61.31%
BLUE value IS 28 (11.33% from 255) = 16.67%
R=22.02%
G=61.31%
B=16.67%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal37103280.6400.730.60112.857.2525.69
Hex25671C400493C71391a
Octal45147341000111741617132
Binary100101110011111100100000001001001111100111000111100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25671C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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